[issue16760] Get rid of MatchObject in regex HOWTO

2012-12-25 Thread Ezio Melotti
Ezio Melotti added the comment: Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue16760] Get rid of MatchObject in regex HOWTO

2012-12-25 Thread Andrew Svetlov
Andrew Svetlov added the comment: Done -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue16760] Get rid of MatchObject in regex HOWTO

2012-12-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6ca8f965fd65 by Andrew Svetlov in branch '2.7': rename MathcObject to match object in doctrings for re module (#16760) http://hg.python.org/cpython/rev/6ca8f965fd65 -- ___ Python tracker

[issue16760] Get rid of MatchObject in regex HOWTO

2012-12-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3bee420d400f by Andrew Svetlov in branch '3.2': rename MathcObject to match object in doctrings for re module (#16760) http://hg.python.org/cpython/rev/3bee420d400f New changeset 73b24ee09e0a by Andrew Svetlov in branch '3.3': rename MathcObject to

[issue16760] Get rid of MatchObject in regex HOWTO

2012-12-25 Thread Andrew Svetlov
Andrew Svetlov added the comment: We need to rename MatchObject to match object than (see #16443) -- ___ Python tracker ___ ___ Python

[issue16760] Get rid of MatchObject in regex HOWTO

2012-12-25 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report! -- assignee: docs@python -> ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker _

[issue16760] Get rid of MatchObject in regex HOWTO

2012-12-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset b11f98872c0f by Ezio Melotti in branch '2.7': #16760: use ref:`match-objects` instead of :class:`MatchObject`. http://hg.python.org/cpython/rev/b11f98872c0f New changeset 7c4ef8faeb4a by Ezio Melotti in branch '3.2': #16760: use ref:`match-objects`

[issue16760] Get rid of MatchObject in regex HOWTO

2012-12-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: MatchObject is not defined anywhere and is not used except HOWTO (see issue6538). -- assignee: docs@python components: Documentation, Regular Expressions messages: 178036 nosy: asvetlov, docs@python, ezio.melotti, mrabarnett, pitrou, serhiy.storchak

[issue16760] Get rid of MatchObject in regex HOWTO

2012-12-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +akuchling ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p