]> granicus.if.org Git - python/commit
Merged revisions 78729 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 6 Mar 2010 15:27:04 +0000 (15:27 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 6 Mar 2010 15:27:04 +0000 (15:27 +0000)
commitdab886ab0fc719dc990f5d06dc99f7ec41807827
tree09c9b52438420a97ac82d37147a53f42aacdd06a
parentc0ddee54b066e937b151a8598be5dba7f45f2405
Merged revisions 78729 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78729 | ezio.melotti | 2010-03-06 17:24:08 +0200 (Sat, 06 Mar 2010) | 1 line

  #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