diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-06 15:24:08 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-03-06 15:24:08 (GMT) |
commit | b92ed7cf3673cd9902b785febb895b4e0c7a55ff (patch) | |
tree | 7e0b6a4e0e746f6b102bf41859642107c413761a /Misc | |
parent | 64fb18e1921d18c8801e85bf8fc429a4be2160e9 (diff) | |
download | cpython-b92ed7cf3673cd9902b785febb895b4e0c7a55ff.zip cpython-b92ed7cf3673cd9902b785febb895b4e0c7a55ff.tar.gz cpython-b92ed7cf3673cd9902b785febb895b4e0c7a55ff.tar.bz2 |
#6509: fix re.sub to work properly when the pattern, the string, and the replacement were all bytes. Patch by Antoine Pitrou.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -268,6 +268,9 @@ C-API Library ------- +- Issue #6509: fix re.sub to work properly when the pattern, the string, and + the replacement were all bytes. Patch by Antoine Pitrou. + - The sqlite3 module was updated to pysqlite 2.6.0. This fixes several obscure bugs and allows loading SQLite extensions from shared libraries. |