diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-08-17 13:10:46 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-08-17 13:10:46 (GMT) |
commit | 41a81eb6cb05bb9b8799a145509a27e81d357601 (patch) | |
tree | 782e1affacb30056cb0279c740741dfb69c7513b /Misc | |
parent | c53427087e6fcf6680c83f7ede85ce02510c89a0 (diff) | |
download | cpython-41a81eb6cb05bb9b8799a145509a27e81d357601.zip cpython-41a81eb6cb05bb9b8799a145509a27e81d357601.tar.gz cpython-41a81eb6cb05bb9b8799a145509a27e81d357601.tar.bz2 |
Backport r65661, r65760: Issue #3575: Incremental decoder's decode
function now takes bytearray by using 's*' instead of 't#'.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ Core and Builtins Library ------- +- Issue #3575: Incremental decoder's decode function now takes bytearray + by using 's*' instead of 't#'. + - Issue #2222: Fixed reference leak when occured os.rename() fails unicode conversion on 2nd parameter. (windows only) |