Add ae* modules and MiniAEFRame to be removed (thanks to Ronald Oussoren).
Also removed binhex as an Open Issue suggested removal.
This commit is contained in:
parent
d88af344c6
commit
1dd222feca
17
pep-3108.txt
17
pep-3108.txt
|
@ -150,12 +150,25 @@ their maintenance.
|
|||
|
||||
* Mac
|
||||
|
||||
+ aetools/aepack/aetypes/MiniAEFrame
|
||||
|
||||
- OSA support is better through third-party modules.
|
||||
|
||||
* Applescript/OSA [#applescript-osa]_.
|
||||
|
||||
- Hard-coded endianness which breaks on Intel Macs.
|
||||
|
||||
+ applesingle
|
||||
|
||||
- Undocumented.
|
||||
- AppleSingle is a binary file format for A/UX.
|
||||
- A/UX no longer distributed.
|
||||
|
||||
+ FrameWork
|
||||
|
||||
- Poorly documented.
|
||||
- Not updated to support Carbon Events.
|
||||
|
||||
|
||||
Minimal usage
|
||||
-------------
|
||||
|
@ -334,10 +347,8 @@ DocXMLRPCServer docxmlrpcserver
|
|||
dummy_threading mockthreading (rename because "mock" makes more
|
||||
sense than "dummy" and rename already required)
|
||||
EasyDialogs easydialogs
|
||||
FrameWork framework
|
||||
HTMLParser htmlparser
|
||||
MacOS macos
|
||||
MiniAEFrame miniaeframe
|
||||
Nav nav
|
||||
PixMapWrapper pixmapwrapper
|
||||
py_compile pycompile
|
||||
|
@ -580,8 +591,6 @@ on a file format that may be obsolete.
|
|||
audioop
|
||||
Raw (8|16|32)-bit wide audio files (as generated by the al and
|
||||
sunaudiodev modules).
|
||||
binhex
|
||||
binhex4 encoding.
|
||||
chunk
|
||||
AIFF, AIFF-C, and RMFF audio files.
|
||||
sunau
|
||||
|
|
Loading…
Reference in New Issue