]> 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)
commitfe8e6e741492c496837a48fc04c5c776c8779b32
tree158902e54b0a6ce62362f03759a674bc117a22e9
parent26ed234052db568379efd2cc00d5850dd00b13f7
#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