summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-03-13 20:59:15 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-03-13 20:59:15 (GMT)
commitdf50cebbed06731512543de7fb96137ecb453ab2 (patch)
tree7e3864b6f32d94dab3e66c9a875b391e19f4128a /Misc
parent5c3c4242375998c1118f9724340a91ef28dd5368 (diff)
downloadcpython-df50cebbed06731512543de7fb96137ecb453ab2.zip
cpython-df50cebbed06731512543de7fb96137ecb453ab2.tar.gz
cpython-df50cebbed06731512543de7fb96137ecb453ab2.tar.bz2
Issue #3835: Refuse to use unthreaded Tcl in threaded Python.
Patch by Guilherme Polo and Andrew Svetlov.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8e7ef6f..6d51cba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Core and Builtins
Library
-------
+- Issue #3835: Refuse to use unthreaded Tcl in threaded Python.
+
- Issue #2843: Add new Tk API to Tkinter.
- Issue #14184: Increase the default stack size for secondary threads on