diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-03-16 20:14:43 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-03-16 20:14:43 (GMT) |
commit | bb35299fcd62d22a513dd33b8f9656de101575a6 (patch) | |
tree | a56d773dfccb55ce0259bc35807af3aca59fd218 /Misc | |
parent | 3271daa00d3fdf2a450726078ab4d27884bf1299 (diff) | |
parent | 78099bb153c2b8399f80cb32798dda7215945157 (diff) | |
download | cpython-bb35299fcd62d22a513dd33b8f9656de101575a6.zip cpython-bb35299fcd62d22a513dd33b8f9656de101575a6.tar.gz cpython-bb35299fcd62d22a513dd33b8f9656de101575a6.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
@@ -227,6 +227,7 @@ Jaromir Dolecek Ismail Donmez Marcos Donolo Dima Dorfman +Yves Dorfsman Cesar Douady Dean Draayer Fred L. Drake, Jr. @@ -72,6 +72,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. |