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 docs@python, ezio.melotti, georg.brandl, jcea, mrabarnett, python-dev, sjmachin, terry.reedy
Date 2013-01-11.06:44:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YjF1W1f7dzS0T@mail.python.org>
In-reply-to
Content
New changeset 2bc04449fd8c by Ezio Melotti in branch '2.7':
#13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]).  Patch by Matthew Barnett.
http://hg.python.org/cpython/rev/2bc04449fd8c

New changeset 081db241ccda by Ezio Melotti in branch '3.2':
#13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]).  Patch by Matthew Barnett.
http://hg.python.org/cpython/rev/081db241ccda

New changeset 17b1eb4a8144 by Ezio Melotti in branch '3.3':
#13899: merge with 3.2.
http://hg.python.org/cpython/rev/17b1eb4a8144

New changeset 35ece2465936 by Ezio Melotti in branch 'default':
#13899: merge with 3.3.
http://hg.python.org/cpython/rev/35ece2465936
History
Date User Action Args
2013-01-11 06:44:49python-devsetrecipients: + python-dev, georg.brandl, terry.reedy, jcea, sjmachin, ezio.melotti, mrabarnett, docs@python
2013-01-11 06:44:49python-devlinkissue13899 messages
2013-01-11 06:44:48python-devcreate