summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2009-03-27 21:43:08 (GMT)
committerGuilherme Polo <ggpolo@gmail.com>2009-03-27 21:43:08 (GMT)
commit1972d16230da4cbb8f4b25c34913a9f02adb7bc8 (patch)
treef6bc055b7acb4c3ebdc95d6443ee76cd916fc468 /Misc/NEWS
parent7fa9459baf34371f8f9e9965afbca0cc4d253c23 (diff)
downloadcpython-1972d16230da4cbb8f4b25c34913a9f02adb7bc8.zip
cpython-1972d16230da4cbb8f4b25c34913a9f02adb7bc8.tar.gz
cpython-1972d16230da4cbb8f4b25c34913a9f02adb7bc8.tar.bz2
Adjusted _tkinter to compile without warnings when WITH_THREAD is not
defined (part of issue #5035)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a50f29d..c395d06 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -197,6 +197,9 @@ Core and Builtins
Library
-------
+- Adjusted _tkinter to compile without warnings when WITH_THREAD is not
+ defined (part of issue #5035).
+
- Issue #5561: Removed the sys.version_info shortcuts from platform's
python_version() and python_version_tuple() since they produced different
output compared to previous Python versions.