summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c6639fe8de..d29c90ed7d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -77,6 +77,10 @@ Windows
Mac
---
+- There's a new module called "autoGIL", which offers a mechanism to
+ automatically release the Global Interpreter Lock when an event loop
+ goes to sleep, allowing other threads to run. It's currently only
+ supported on OSX, in the Mach-O version.
What's New in Python 2.3 beta 1?
================================