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.
|
- AppleSingle is a binary file format for A/UX.
|
||||||
- A/UX no longer distributed.
|
- A/UX no longer distributed.
|
||||||
|
|
||||||
|
+ autoGIL
|
||||||
|
|
||||||
|
- Very bad model for using Python with the CFRunLoop.
|
||||||
|
- Rename to _autogil if needed by Carbon package.
|
||||||
|
|
||||||
+ FrameWork
|
+ FrameWork
|
||||||
|
|
||||||
- Poorly documented.
|
- Poorly documented.
|
||||||
|
@ -335,7 +340,6 @@ Current Name Replacement Name
|
||||||
================== ==================================================
|
================== ==================================================
|
||||||
_winreg winreg (rename also because module has a public
|
_winreg winreg (rename also because module has a public
|
||||||
interface)
|
interface)
|
||||||
autoGIL autogil
|
|
||||||
BaseHTTPServer basehttpserver
|
BaseHTTPServer basehttpserver
|
||||||
Carbon carbon
|
Carbon carbon
|
||||||
CGIHTTPServer cgihttpserver
|
CGIHTTPServer cgihttpserver
|
||||||
|
|
Loading…
Reference in New Issue