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.
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:27 | admin | set | github: 58491 |
| 2012年03月14日 07:07:45 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg155730 resolution: fixed stage: resolved |
| 2012年03月13日 05:06:48 | py.user | create | |