diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-20 18:57:15 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-20 18:57:15 (GMT) |
commit | fe3dc376fa73fce563be26417ea763b05115990b (patch) | |
tree | 286e2d24f64a15e2aecda42f8b43070a02a045af /Misc | |
parent | f65d1d3b0241f79715df04192e21144672704fd7 (diff) | |
download | cpython-fe3dc376fa73fce563be26417ea763b05115990b.zip cpython-fe3dc376fa73fce563be26417ea763b05115990b.tar.gz cpython-fe3dc376fa73fce563be26417ea763b05115990b.tar.bz2 |
Issue #19104: pprint now produces evaluable output for wrapped strings.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ Core and Builtins Library ------- +- Issue #19104: pprint now produces evaluable output for wrapped strings. + - Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. - Issue #15513: Added a __sizeof__ implementation for pickle classes. |