diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-09 21:13:48 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-09 21:13:48 (GMT) |
commit | 9f8621fa7d3562f472b6a16854df51bfb3fdbd5f (patch) | |
tree | 9d858123a00e7b6191bed9748ef1b7bcf90bcdd4 /Misc/NEWS | |
parent | 3b2afbbf88cb8ba93542641f06c474aab13e50e6 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |