[Python-checkins] CVS: python/dist/src/Lib/distutils/command build_ext.py,1.51,1.52

Jeremy Hylton python-dev@python.org
Wed, 28 Jun 2000 07:48:04 -0700


Update of /cvsroot/python/python/dist/src/Lib/distutils/command
In directory slayer.i.sourceforge.net:/tmp/cvs-serv723/Lib/distutils/command

Modified Files:
	build_ext.py 
Log Message:
typos fixed by Rob Hooft


Index: build_ext.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/command/build_ext.py,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -r1.51 -r1.52
*** build_ext.py	2000/06/28 01:29:37	1.51
--- build_ext.py	2000/06/28 14:48:01	1.52
***************
*** 2,6 ****
  
  Implements the Distutils 'build_ext' command, for building extension
! modules (currently limited to C extensions, should accomodate C++
  extensions ASAP)."""
  
--- 2,6 ----
  
  Implements the Distutils 'build_ext' command, for building extension
! modules (currently limited to C extensions, should accommodate C++
  extensions ASAP)."""
  
***************
*** 386,390 ****
  
              # XXX not honouring 'define_macros' or 'undef_macros' -- the
!             # CCompiler API needs to change to accomodate this, and I
              # want to do one thing at a time!
  
--- 386,390 ----
  
              # XXX not honouring 'define_macros' or 'undef_macros' -- the
!             # CCompiler API needs to change to accommodate this, and I
              # want to do one thing at a time!