summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-02-23 17:42:31 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-02-23 17:42:31 (GMT)
commitf0476e816950928246ee11d873fb13a86c691fb6 (patch)
tree4a942e0e13704379d49e3654f7632bc86c677b11 /Misc
parentc5f05e45cffa16f45f1332cec531c045893f928f (diff)
downloadcpython-f0476e816950928246ee11d873fb13a86c691fb6.zip
cpython-f0476e816950928246ee11d873fb13a86c691fb6.tar.gz
cpython-f0476e816950928246ee11d873fb13a86c691fb6.tar.bz2
Patch #1957: syslogmodule: Release GIL when calling syslog(3)
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 e1fc418..7c81958 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1193,6 +1193,8 @@ Library
Extension Modules
-----------------
+- Patch #1957: syslogmodule: Release GIL when calling syslog(3)
+
- #2112: mmap.error is now a subclass of EnvironmentError and not a
direct EnvironmentError