diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-24 17:22:37 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-03-24 17:22:37 (GMT) |
commit | 022f20376a2458e0ecbd38e393957452570cd3a4 (patch) | |
tree | 9dc8cafe008ad01ba4c208bd93585eb0dce3905b /Misc | |
parent | 8e2aa88a40c0c7611a04696d1789da159e40d7f7 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |