diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-07 13:24:36 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-07 13:24:36 (GMT) |
commit | 899530029899b6602e7ef880765170b3a24d3e5a (patch) | |
tree | 29f6f1aaae09c1e03e673d56fb96846b1d84d455 /Misc | |
parent | c2255ac153194b285730034ae37d4dbc8a31c39b (diff) | |
download | cpython-899530029899b6602e7ef880765170b3a24d3e5a.zip cpython-899530029899b6602e7ef880765170b3a24d3e5a.tar.gz cpython-899530029899b6602e7ef880765170b3a24d3e5a.tar.bz2 |
Issue #17114: IDLE now uses non-strict config parser.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -212,6 +212,8 @@ Core and Builtins Library ------- +- Issue #17114: IDLE now uses non-strict config parser. + - Issue #16723: httplib.HTTPResponse no longer marked closed when the connection is automatically closed. |