diff --git a/pep-0229.txt b/pep-0229.txt index 2dad28880..5333d6c30 100644 --- a/pep-0229.txt +++ b/pep-0229.txt @@ -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