[Python-checkins] CVS: python/nondist/peps pep-0229.txt,1.3,1.4

A.M. Kuchling akuchling@users.sourceforge.net
Thu, 25 Oct 2001 13:58:19 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv18552

Modified Files:
	pep-0229.txt 
Log Message:
Update PEP slightly to reflect what was checked in


Index: pep-0229.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0229.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pep-0229.txt	2001/01/17 03:45:35	1.3
--- pep-0229.txt	2001/10/25 20:58:17	1.4
***************
*** 50,53 ****
--- 50,56 ----
         Setup automatically.
  
+     The patch was checked in for Python 2.1, and has been subsequently 
+     modified.
+ 
  
  Implementation
***************
*** 93,98 ****
   
      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.
  
      The Distutils always compile modules as shared libraries.  How do
--- 96,100 ----
   
      Do we need to make it possible to disable the 3 hard-wired modules
!     without manually hacking the Makefiles?  [Answer: No.]
  
      The Distutils always compile modules as shared libraries.  How do