]> granicus.if.org Git - python/commit
#13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside...
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 11 Jan 2013 06:32:01 +0000 (08:32 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 11 Jan 2013 06:32:01 +0000 (08:32 +0200)
commit5c4e32b131af335d82e467ba95d6b30a414020e8
tree75d5742ff3c21a65b1731b3a51c380c03f46930b
parent32851d61f2779b4fcefb92fa0a74f814a87211cb
#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.
Lib/sre_parse.py
Lib/test/test_re.py
Misc/ACKS
Misc/NEWS