summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-09 21:13:48 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-09 21:13:48 (GMT)
commit9f8621fa7d3562f472b6a16854df51bfb3fdbd5f (patch)
tree9d858123a00e7b6191bed9748ef1b7bcf90bcdd4 /Misc/NEWS
parent3b2afbbf88cb8ba93542641f06c474aab13e50e6 (diff)
downloadcpython-9f8621fa7d3562f472b6a16854df51bfb3fdbd5f.zip
cpython-9f8621fa7d3562f472b6a16854df51bfb3fdbd5f.tar.gz
cpython-9f8621fa7d3562f472b6a16854df51bfb3fdbd5f.tar.bz2
Issue #13107: argparse and optparse no longer raises an exception when output
a help on environment with too small COLUMNS. Based on patch by Elazar Gershuni.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3d07704..481e901 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,10 @@ Core and Builtins
Library
-------
+- Issue #13107: argparse and optparse no longer raises an exception when output
+ a help on environment with too small COLUMNS. Based on patch by
+ Elazar Gershuni.
+
- Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly
asked for.