From 46bb496a6712093d9329c4c89e882a908140890c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 12 May 2008 02:20:02 +0000 Subject: [PATCH] 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). --- pep-3108.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3108.txt b/pep-3108.txt index 428968ee9..46e631d46 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -254,7 +254,7 @@ The Mac-specific modules are not well-maintained (e.g., the bgen 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.