summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-09-06 23:00:03 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2008-09-06 23:00:03 (GMT)
commit5fe291f8175fde8cd5c55dd0d11486ddf82ef6b8 (patch)
tree58481fdd59d47e6b329d79599ea304985f359c2c /Misc
parent0a608fdaac5b4422b9ade6ec7b44182902f2f9ce (diff)
downloadcpython-5fe291f8175fde8cd5c55dd0d11486ddf82ef6b8.zip
cpython-5fe291f8175fde8cd5c55dd0d11486ddf82ef6b8.tar.gz
cpython-5fe291f8175fde8cd5c55dd0d11486ddf82ef6b8.tar.bz2
Issue #874900: fix behaviour of threading module after a fork.
Reviewed by Gregory P. Smith.
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 ef860a4..cacbef4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,8 @@ C API
Library
-------
+- Issue #874900: fix behaviour of threading module after a fork.
+
- Issue #3535: zipfile couldn't read some zip files larger than 2GB.
- Issue #3776: Deprecate the bsddb package for removal in 3.0.