From: Serhiy Storchaka Date: Sat, 20 Dec 2014 18:58:28 +0000 (+0200) Subject: Issue #19104: pprint now produces evaluable output for wrapped strings. X-Git-Tag: v3.5.0a1~286 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c6fe4da88869b03d810e870db3997b787ffff3e;p=python Issue #19104: pprint now produces evaluable output for wrapped strings. --- 3c6fe4da88869b03d810e870db3997b787ffff3e diff --cc Misc/NEWS index fe76f6cf78,dd4dc63e49..5d4a891f03 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -196,11 -41,10 +196,13 @@@ Core and Builtin Library ------- + - Issue #19104: pprint now produces evaluable output for wrapped strings. + - Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. +- Issue #22783: Pickling now uses the NEWOBJ opcode instead of the NEWOBJ_EX + opcode if possible. + - Issue #15513: Added a __sizeof__ implementation for pickle classes. - Issue #19858: pickletools.optimize() now aware of the MEMOIZE opcode, can