Add autoGIL for removal.
This commit is contained in:
parent
1dd222feca
commit
6399b39d4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue