summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-25 14:36:43 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-25 14:36:43 (GMT)
commit81d2be958035f70eafb73ae7207203814ad2e9ee (patch)
treeeac028a4ea7cfc24a46b5348bc4ca96d4882a1d5 /Misc
parenta7a4b4916fa0df4edd5fdde2d235b874cf5ea181 (diff)
parent848972cac1d8a1d5a8828c807dbdaa26c2567b2c (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bb9c6a9..bddada5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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)