From: Serhiy Storchaka Date: Wed, 25 Dec 2013 14:36:43 +0000 (+0200) Subject: Issue #19020: Tkinter now uses splitlist() instead of split() in configure X-Git-Tag: v3.4.0b2~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=81d2be958035f70eafb73ae7207203814ad2e9ee;p=thirdparty%2FPython%2Fcpython.git Issue #19020: Tkinter now uses splitlist() instead of split() in configure methods. --- 81d2be958035f70eafb73ae7207203814ad2e9ee diff --cc Misc/NEWS index bb9c6a9f1158,eaf42fc24242..bddada5427b0 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -44,14 -29,12 +44,17 @@@ Core and Builtin Library ------- + - Issue #19020: Tkinter now uses splitlist() instead of split() in configure + methods. + -- Fix TypeError on "setup.py upload --show-response". +- Issue #19744: ensurepip now provides a better error message when Python is + built without SSL/TLS support (pip currently requires that support to run, + even if only operating with local wheel files) + +- Issue #19734: ensurepip now ignores all pip environment variables to avoid + odd behaviour based on user configuration settings -- Issue #12226: HTTPS is now used by default when connecting to PyPI. +- Fix TypeError on "setup.py upload --show-response". - Issue #20045: Fix "setup.py register --list-classifiers".