[Python-checkins] r53230 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Wed Jan 3 23:00:02 CET 2007


Author: brett.cannon
Date: Wed Jan  3 23:00:02 2007
New Revision: 53230

Modified:
   peps/trunk/pep-3108.txt
Log:
Add ae* modules and MiniAEFRame to be removed (thanks to Ronald Oussoren).
Also removed binhex as an Open Issue suggested removal.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jan  3 23:00:02 2007
@@ -150,12 +150,25 @@
 
 * 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 @@
 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 @@
 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


More information about the Python-checkins mailing list