#14283: merge with 3.2

This commit is contained in:
Georg Brandl 2012-03-14 08:07:29 +01:00
commit 5cd2767144
1 changed files with 4 additions and 5 deletions

View File

@ -947,16 +947,15 @@ support the following methods and attributes:
.. attribute:: match.pos
The value of *pos* which was passed to the :meth:`~regex.search` or
:meth:`~regex.match` method of a :ref:`match object <match-objects>`. This
is the index into the string at which the RE engine started looking for a
match.
:meth:`~regex.match` method of a :ref:`regex object <re-objects>`. This is
the index into the string at which the RE engine started looking for a match.
.. attribute:: match.endpos
The value of *endpos* which was passed to the :meth:`~regex.search` or
:meth:`~regex.match` method of a :ref:`match object <match-objects>`. This
is the index into the string beyond which the RE engine will not go.
:meth:`~regex.match` method of a :ref:`regex object <re-objects>`. This is
the index into the string beyond which the RE engine will not go.
.. attribute:: match.lastindex