summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-14 08:55:19 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-14 08:55:19 (GMT)
commita750ce3325b0daf6942834efd3644d1cf837abad (patch)
treed9d01e8cc86e63b10c40afc2b3a9ab74357814e1 /Misc
parent8089cd642fa8b29e852506218b6355be064c2bd5 (diff)
downloadcpython-a750ce3325b0daf6942834efd3644d1cf837abad.zip
cpython-a750ce3325b0daf6942834efd3644d1cf837abad.tar.gz
cpython-a750ce3325b0daf6942834efd3644d1cf837abad.tar.bz2
Issue #19105: pprint now more efficiently uses free space at the right.
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 27b58e3..9259d2c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
Library
-------
+- Issue #19105: pprint now more efficiently uses free space at the right.
+
- Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. Patch by
Jonathan Paugh, Steven Bethard, paul j3 and Daniel Eriksson.