]> granicus.if.org Git - python/commit
#6509: fix re.sub to work properly when the pattern, the string, and the replacement...
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 6 Mar 2010 15:24:08 +0000 (15:24 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 6 Mar 2010 15:24:08 +0000 (15:24 +0000)
commitb92ed7cf3673cd9902b785febb895b4e0c7a55ff
tree7e0b6a4e0e746f6b102bf41859642107c413761a
parent64fb18e1921d18c8801e85bf8fc429a4be2160e9
#6509: fix re.sub to work properly when the pattern, the string, and the replacement were all bytes. Patch by Antoine Pitrou.
Lib/sre_parse.py
Lib/test/test_re.py
Misc/NEWS