summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-24 17:22:37 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-24 17:22:37 (GMT)
commit022f20376a2458e0ecbd38e393957452570cd3a4 (patch)
tree9dc8cafe008ad01ba4c208bd93585eb0dce3905b /Misc
parent8e2aa88a40c0c7611a04696d1789da159e40d7f7 (diff)
downloadcpython-022f20376a2458e0ecbd38e393957452570cd3a4.zip
cpython-022f20376a2458e0ecbd38e393957452570cd3a4.tar.gz
cpython-022f20376a2458e0ecbd38e393957452570cd3a4.tar.bz2
Issue #17530: pprint now wraps long bytes objects and bytearrays.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3110aad..139a681 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Core and Builtins
Library
-------
+- Issue #17530: pprint now wraps long bytes objects and bytearrays.
+
- Issue #22687: Fixed some corner cases in breaking words in tetxtwrap.
Got rid of quadratic complexity in breaking long words.