Add autoGIL for removal.

This commit is contained in:
Brett Cannon 2007-01-03 22:59:32 +00:00
parent 1dd222feca
commit 6399b39d4b
1 changed files with 5 additions and 1 deletions

View File

@ -164,6 +164,11 @@ their maintenance.
- 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 @@ Current Name Replacement Name
================== ==================================================
_winreg winreg (rename also because module has a public
interface)
autoGIL autogil
BaseHTTPServer basehttpserver
Carbon carbon
CGIHTTPServer cgihttpserver