diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-25 14:36:43 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-25 14:36:43 (GMT) |
commit | 81d2be958035f70eafb73ae7207203814ad2e9ee (patch) | |
tree | eac028a4ea7cfc24a46b5348bc4ca96d4882a1d5 /Misc | |
parent | a7a4b4916fa0df4edd5fdde2d235b874cf5ea181 (diff) | |
parent | 848972cac1d8a1d5a8828c807dbdaa26c2567b2c (diff) | |
download | cpython-81d2be958035f70eafb73ae7207203814ad2e9ee.zip cpython-81d2be958035f70eafb73ae7207203814ad2e9ee.tar.gz cpython-81d2be958035f70eafb73ae7207203814ad2e9ee.tar.bz2 |
Issue #19020: Tkinter now uses splitlist() instead of split() in configure
methods.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ Core and Builtins Library ------- +- Issue #19020: Tkinter now uses splitlist() instead of split() in configure + methods. + - 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) |