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).
This commit is contained in:
parent
21da155396
commit
46bb496a67
|
@ -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
|
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
|
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
|
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.
|
A stub module for proxy access will be provided for use by urllib.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue