Work on the list of Mac modules to remove.
This commit is contained in:
parent
ab2573ec93
commit
9ef0363ecb
22
pep-3108.txt
22
pep-3108.txt
|
@ -157,6 +157,7 @@ their maintenance.
|
|||
* Applescript/OSA [#applescript-osa]_.
|
||||
|
||||
- Hard-coded endianness which breaks on Intel Macs.
|
||||
- Might need to rename if Carbon package dependent.
|
||||
|
||||
+ applesingle
|
||||
|
||||
|
@ -173,19 +174,27 @@ their maintenance.
|
|||
|
||||
- Half-heared attempt.
|
||||
|
||||
+ findertools
|
||||
|
||||
- No longer useful.
|
||||
|
||||
+ FrameWork
|
||||
|
||||
- Poorly documented.
|
||||
- Not updated to support Carbon Events.
|
||||
|
||||
+ ic
|
||||
|
||||
- Meant as a replacement for 'open' when the function itself
|
||||
should gain any special abilities ic has.
|
||||
|
||||
+ icopen
|
||||
|
||||
- Never used.
|
||||
- Not needed on OS X.
|
||||
- Meant to replace 'open' which is usually a bad thing to do.
|
||||
|
||||
+ videoreader
|
||||
|
||||
- No longer used.
|
||||
|
||||
+ W
|
||||
|
||||
- No longer distributed with Python.
|
||||
|
||||
|
||||
Minimal usage
|
||||
|
@ -383,7 +392,6 @@ Tkinter tkinter
|
|||
UserDict userdict
|
||||
UserList userlist
|
||||
UserString userstring
|
||||
W w
|
||||
================== ==================================================
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue