[Python-checkins] r53231 - peps/trunk/pep-3108.txt
brett.cannon
python-checkins at python.org
Wed Jan 3 23:59:33 CET 2007
Author: brett.cannon
Date: Wed Jan 3 23:59:32 2007
New Revision: 53231
Modified:
peps/trunk/pep-3108.txt
Log:
Add autoGIL for removal.
Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt (original)
+++ peps/trunk/pep-3108.txt Wed Jan 3 23:59:32 2007
@@ -164,6 +164,11 @@
- AppleSingle is a binary file format for A/UX.
- A/UX no longer distributed.
+ + autoGIL
+
+ - Very bad model for using Python with the CFRunLoop.
+ - Rename to _autogil if needed by Carbon package.
+
+ FrameWork
- Poorly documented.
@@ -335,7 +340,6 @@
================== ==================================================
_winreg winreg (rename also because module has a public
interface)
-autoGIL autogil
BaseHTTPServer basehttpserver
Carbon carbon
CGIHTTPServer cgihttpserver
More information about the Python-checkins
mailing list