diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-03-16 20:13:07 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-03-16 20:13:07 (GMT) |
commit | 78099bb153c2b8399f80cb32798dda7215945157 (patch) | |
tree | fe4693ce1f16c2e5a81de70ea1a42b401ef3c339 /Misc | |
parent | 3137d25b43ad52905a22158112bff4b0fa488b3b (diff) | |
parent | 6d94bd470e3f4aa1dc7295b034553509ace2c654 (diff) | |
download | cpython-78099bb153c2b8399f80cb32798dda7215945157.zip cpython-78099bb153c2b8399f80cb32798dda7215945157.tar.gz cpython-78099bb153c2b8399f80cb32798dda7215945157.tar.bz2 |
Merge #9298 fix.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -225,6 +225,7 @@ Jaromir Dolecek Ismail Donmez Marcos Donolo Dima Dorfman +Yves Dorfsman Cesar Douady Dean Draayer Fred L. Drake, Jr. @@ -40,6 +40,10 @@ Core and Builtins Library ------- +- Issue #9298: base64 bodies weren't being folded to line lengths less than 78, + which was a regression relative to Python2. Unlike Python2, the last line + of the folded body now ends with a carriage return. + - Issue #11560: shutil.unpack_archive now correctly handles the format parameter. Patch by Evan Dandrea. |