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