diff options
author | Brett Cannon <bcannon@gmail.com> | 2006-06-08 16:23:04 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2006-06-08 16:23:04 (GMT) |
commit | 6ee7d01c059f799c0f52ffe94811507bccc688a2 (patch) | |
tree | c100a18bfb8677e207d0f9bb5cb33ae2c5459601 /Misc | |
parent | 442b49e93820c2ed52192e30929f233a8546457c (diff) | |
download | cpython-6ee7d01c059f799c0f52ffe94811507bccc688a2.zip cpython-6ee7d01c059f799c0f52ffe94811507bccc688a2.tar.gz cpython-6ee7d01c059f799c0f52ffe94811507bccc688a2.tar.bz2 |
Make binascii.hexlify() use s# for its arguments instead of t# to actually
match its documentation stating it accepts any read-only buffer.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -75,6 +75,9 @@ Core and builtins Extension Modules ----------------- +- Change binascii.hexlify to accept a read-only buffer instead of only a char + buffer and actually follow its documentation. + - Fixed a potentially invalid memory access of CJKCodecs' shift-jis decoder. - Patch #1478788 (modified version): The functional extension module has |