This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: match.pos describes that match object has methods search() and match()
Type: Stage: resolved
Components: Documentation, Regular Expressions Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, ezio.melotti, mrabarnett, py.user, python-dev
Priority: normal Keywords:

Created on 2012-03-13 05:06 by py.user, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg155571 - (view) Author: py.user (py.user) * Date: 2012-03-13 05:06
http://docs.python.org/py3k/library/re.html#re.match.pos
http://docs.python.org/py3k/library/re.html#re.match.endpos
"which was passed to the search() or match() method of a match object."

http://docs.python.org/py3k/library/re.html#re.match.re

match object -> regular expression object
msg155730 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-03-14 07:07
New changeset 544ed2cfb097 by Georg Brandl in branch '3.2':
Closes #14283: match() and search() are regex methods, not match methods.
http://hg.python.org/cpython/rev/544ed2cfb097

New changeset 3ffa1b88e9f6 by Georg Brandl in branch 'default':
#14283: merge with 3.2
http://hg.python.org/cpython/rev/3ffa1b88e9f6
History
Date User Action Args
2022-04-11 14:57:27adminsetgithub: 58491
2012-03-14 07:07:45python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg155730

resolution: fixed
stage: resolved
2012-03-13 05:06:48py.usercreate