[Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.29,1.30

Barry Warsaw python-dev@python.org
Thu, 5 Oct 2000 08:36:38 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv29107

Modified Files:
	pep-0042.txt 
Log Message:
Added a section on Building and Installing; first entry: SF bug
#110836 for configuring and building Python with a cross compiler.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** pep-0042.txt	2000/10/03 20:37:39	1.29
--- pep-0042.txt	2000/10/05 15:36:34	1.30
***************
*** 63,66 ****
--- 63,67 ----
        http://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=115143
  
+ 
  Standard Library
  
***************
*** 187,190 ****
--- 188,199 ----
  
        http://sourceforge.net/bugs/?func=detailbug&bug_id=110820&group_id=5470
+ 
+ 
+ Building and Installing
+ 
+     - You should be able to configure and build Python with a
+       cross-compiler.
+ 
+       https://sourceforge.net/bugs/?func=detailbug&bug_id=110836&group_id=5470