diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-14 08:55:19 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-14 08:55:19 (GMT) |
commit | a750ce3325b0daf6942834efd3644d1cf837abad (patch) | |
tree | d9d01e8cc86e63b10c40afc2b3a9ab74357814e1 /Misc | |
parent | 8089cd642fa8b29e852506218b6355be064c2bd5 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |