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

A.M. Kuchling akuchling@users.sourceforge.net
Thu, 25 Oct 2001 14:40:26 -0700


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

Modified Files:
	pep-0229.txt 
Log Message:
Removing one open item, and clarifying another.  
This PEP can now be marked as final.


Index: pep-0229.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0229.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pep-0229.txt	2001/10/25 20:58:17	1.4
--- pep-0229.txt	2001/10/25 21:40:24	1.5
***************
*** 104,113 ****
      [Answer: building a Python binary with the Distutils should be
      feasible, though no one has implemented it yet.  This should be
!     done, though the main setup.py will probably need to implement
!     its own BuildExt subclass anyway.]
!    
!     makesetup and the other contents of $(LIBPL)/config need to be
!     preserved for compatibility with existing modules; for how many
!     versions do we need to keep them around?
  
  
--- 104,109 ----
      [Answer: building a Python binary with the Distutils should be
      feasible, though no one has implemented it yet.  This should be
!     done someday, but isn't a pressing priority as messing around with
!     the top-level Makefile.pre.in is good enough.]