Update PEP slightly to reflect what was checked in

This commit is contained in:
Andrew M. Kuchling 2001-10-25 20:58:17 +00:00
parent a9022fa5cc
commit 51ef18d1e2
1 changed files with 4 additions and 2 deletions

View File

@ -49,6 +49,9 @@ Proposal
Setup.* become unnecessary, since nothing will be generating
Setup automatically.
The patch was checked in for Python 2.1, and has been subsequently
modified.
Implementation
@ -92,8 +95,7 @@ Implementation
Unresolved Issues
Do we need to make it possible to disable the 3 hard-wired modules
without manually hacking the Makefiles? If yes, perhaps a
configure switch is sufficient.
without manually hacking the Makefiles? [Answer: No.]
The Distutils always compile modules as shared libraries. How do
we support compiling them statically into the resulting Python