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.

Author python-dev
Recipients eric.araujo, ezio.melotti, fredeom, mashayk, python-dev, serhiy.storchaka
Date 2012-11-03.18:34:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3Xv82H3bqHzPyx@mail.python.org>
In-reply-to
Content
New changeset 5b5c2c3b2268 by Ezio Melotti in branch '2.7':
#12759: sre_parse now raises a proper error when the name of the group is missing.  Initial patch by Serhiy Storchaka.
http://hg.python.org/cpython/rev/5b5c2c3b2268

New changeset 29983dd7191e by Ezio Melotti in branch '3.2':
#12759: sre_parse now raises a proper error when the name of the group is missing.  Initial patch by Serhiy Storchaka.
http://hg.python.org/cpython/rev/29983dd7191e

New changeset 28be586287c8 by Ezio Melotti in branch '3.3':
#12759: merge with 3.2.
http://hg.python.org/cpython/rev/28be586287c8

New changeset 3f4fbad75c99 by Ezio Melotti in branch 'default':
#12759: merge with 3.3.
http://hg.python.org/cpython/rev/3f4fbad75c99
History
Date User Action Args
2012-11-03 18:34:32python-devsetrecipients: + python-dev, ezio.melotti, eric.araujo, fredeom, mashayk, serhiy.storchaka
2012-11-03 18:34:32python-devlinkissue12759 messages
2012-11-03 18:34:32python-devcreate