]> granicus.if.org Git - python/commitdiff
Issue #19104: pprint now produces evaluable output for wrapped strings.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 20 Dec 2014 18:58:28 +0000 (20:58 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 20 Dec 2014 18:58:28 +0000 (20:58 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index fe76f6cf78845136660b83dbceaf4674ac93cf57,dd4dc63e495b4c946b5eaa58db8cab0910322627..5d4a891f0334ffad6599396701b67ea4a55162f4
+++ 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