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

brett.cannon python-checkins at python.org
Thu Jan 4 19:54:35 CET 2007


Author: brett.cannon
Date: Thu Jan  4 19:54:34 2007
New Revision: 53246

Modified:
   peps/trunk/pep-3108.txt
Log:
Add some Mac modules to be removed.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Thu Jan  4 19:54:34 2007
@@ -169,11 +169,24 @@
     - Very bad model for using Python with the CFRunLoop.
     - Rename to _autogil if needed by Carbon package.
 
+  + Carbon.CF
+  
+    - Half-heared attempt.
+
   + 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.
+
 
 Minimal usage
 -------------


More information about the Python-checkins mailing list