mac module removal is done
This commit is contained in:
parent
20d6a3bcb1
commit
f6eb8d417e
84
pep-3108.txt
84
pep-3108.txt
|
@ -258,16 +258,16 @@ such a large amount of OS-specific modules. Thus all modules under
|
|||
|
||||
A stub module for proxy access will be provided for use by urllib.
|
||||
|
||||
* _builtinSuites
|
||||
* _builtinSuites [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
- Package under lib-scriptpackages.
|
||||
|
||||
* Audio_mac
|
||||
* Audio_mac [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
|
||||
* aepack
|
||||
* aepack [done: 2.6, 3.0]
|
||||
|
||||
- OSA support is better through third-party modules.
|
||||
|
||||
|
@ -276,166 +276,166 @@ A stub module for proxy access will be provided for use by urllib.
|
|||
- Hard-coded endianness which breaks on Intel Macs.
|
||||
- Might need to rename if Carbon package dependent.
|
||||
|
||||
* aetools
|
||||
* aetools [done: 2.6, 3.0]
|
||||
|
||||
- See aepack.
|
||||
|
||||
* aetypes
|
||||
* aetypes [done: 2.6, 3.0]
|
||||
|
||||
- See aepack.
|
||||
|
||||
* applesingle
|
||||
* applesingle [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
- AppleSingle is a binary file format for A/UX.
|
||||
- A/UX no longer distributed.
|
||||
|
||||
* appletrawmain
|
||||
* appletrawmain [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
|
||||
* appletrunner
|
||||
* appletrunner [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
|
||||
* argvemulator
|
||||
* argvemulator [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
|
||||
* autoGIL
|
||||
* autoGIL [done: 2.6, 3.0]
|
||||
|
||||
- Very bad model for using Python with the CFRunLoop.
|
||||
|
||||
* bgenlocations
|
||||
* bgenlocations [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
|
||||
* buildtools
|
||||
* buildtools [done: 2.6, 3.0]
|
||||
|
||||
- Documented as deprecated since Python 2.3 without an explicit
|
||||
reason.
|
||||
|
||||
* bundlebuilder
|
||||
* bundlebuilder [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
|
||||
* Carbon
|
||||
* Carbon [done: 2.6, 3.0]
|
||||
|
||||
- Carbon development has stopped.
|
||||
- Does not support 64-bit systems completely.
|
||||
- Dependent on bgen which has never been updated to support UCS-4
|
||||
Unicode builds of Python.
|
||||
|
||||
* CodeWarrior
|
||||
* CodeWarrior [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
- Package under lib-scriptpackages.
|
||||
|
||||
* ColorPicker
|
||||
* ColorPicker [done: 2.6, 3.0]
|
||||
|
||||
- Better to use Cocoa for GUIs.
|
||||
|
||||
* EasyDialogs
|
||||
* EasyDialogs [done: 2.6, 3.0]
|
||||
|
||||
- Better to use Cocoa for GUIs.
|
||||
|
||||
* Explorer
|
||||
* Explorer [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
- Package under lib-scriptpackages.
|
||||
|
||||
* Finder
|
||||
* Finder [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
- Package under lib-scriptpackages.
|
||||
|
||||
|
||||
* findertools
|
||||
* findertools [done: 2.6, 3.0]
|
||||
|
||||
- No longer useful.
|
||||
|
||||
* FrameWork
|
||||
* FrameWork [done: 2.6, 3.0]
|
||||
|
||||
- Poorly documented.
|
||||
- Not updated to support Carbon Events.
|
||||
|
||||
* gensuitemodule
|
||||
* gensuitemodule [done: 2.6, 3.0]
|
||||
|
||||
- See aepack.
|
||||
|
||||
* gestalt
|
||||
* gestalt [done: 2.6, 3.0]
|
||||
|
||||
* ic
|
||||
* ic [done: 2.6, 3.0]
|
||||
|
||||
* icglue
|
||||
* icglue [done: 2.6, 3.0]
|
||||
|
||||
* icopen
|
||||
* icopen [done: 2.6, 3.0]
|
||||
|
||||
- Not needed on OS X.
|
||||
- Meant to replace 'open' which is usually a bad thing to do.
|
||||
|
||||
* macerrors
|
||||
* macerrors [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
|
||||
* MacOS
|
||||
* MacOS [done: 2.6, 3.0]
|
||||
|
||||
- Would also mean the removal of binhex.
|
||||
|
||||
* macostools
|
||||
* macostools [done: 2.6, 3.0]
|
||||
|
||||
* macresource
|
||||
* macresource [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
|
||||
* MiniAEFrame
|
||||
* MiniAEFrame [done: 2.6, 3.0]
|
||||
|
||||
- See aepack.
|
||||
|
||||
* Nav
|
||||
* Nav [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
|
||||
* Netscape
|
||||
* Netscape [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
- Package under lib-scriptpackages.
|
||||
|
||||
* OSATerminology
|
||||
* OSATerminology [done: 2.6, 3.0]
|
||||
|
||||
* pimp
|
||||
* pimp [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
|
||||
* PixMapWrapper
|
||||
* PixMapWrapper [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
|
||||
* StdSuites
|
||||
* StdSuites [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
- Package under lib-scriptpackages.
|
||||
|
||||
* SystemEvents
|
||||
* SystemEvents [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
- Package under lib-scriptpackages.
|
||||
|
||||
* Terminal
|
||||
* Terminal [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
- Package under lib-scriptpackages.
|
||||
|
||||
|
||||
* terminalcommand
|
||||
* terminalcommand [done: 2.6, 3.0]
|
||||
|
||||
- Undocumented.
|
||||
|
||||
* videoreader
|
||||
* videoreader [done: 2.6, 3.0]
|
||||
|
||||
- No longer used.
|
||||
|
||||
* W
|
||||
* W [done: 2.6, 3.0]
|
||||
|
||||
- No longer distributed with Python.
|
||||
|
||||
|
|
Loading…
Reference in New Issue