commit | ec773cc9c3d7648d86bebb6be840daee7a97dae7 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Dec 25 16:35:20 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Dec 25 16:35:20 2013 +0200 |
tree | 3e327be98f47d6efdef106d674b1725518b42c8e | |
parent | 0b6b335253949df26c369ecce35199e9dc2b86f5 [diff] [blame] |
Issue #19020: Tkinter now uses splitlist() instead of split() in configure methods.
diff --git a/Misc/NEWS b/Misc/NEWS index 3e861f8..d9cd29f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Library ------- +- Issue #19020: Tkinter now uses splitlist() instead of split() in configure + methods. + - Issue #12226: HTTPS is now used by default when connecting to PyPI. - Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary of