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

brett.cannon python-checkins at python.org
Mon May 12 04:20:02 CEST 2008


Author: brett.cannon
Date: Mon May 12 04:20:02 2008
New Revision: 63138

Log:
List the two Mac-specific modules that should probably just be completely
ripped out (as long as key things don't break, e.g., framework builds).


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon May 12 04:20:02 2008
@@ -254,7 +254,7 @@
 tool used to auto-generate many of the modules has never been
 updated to support UCS-4). It is also not Python's place to maintain
 such a large amount of OS-specific modules. Thus all modules under
-plat-mac are to be removed.
+``Lib/plat-mac`` and ``Mac`` are to be removed.
 
 A stub module for proxy access will be provided for use by urllib.
 


More information about the Python-checkins mailing list