[Python-checkins] CVS: python/dist/src setup.py,1.60,1.61

Jeremy Hylton jhylton@users.sourceforge.net
2001年10月17日 06:46:46 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv21515
Modified Files:
	setup.py 
Log Message:
The Python symtable module depends on .h files that setup.py doesn't track.
Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** setup.py	2001年10月12日 21:00:48	1.60
--- setup.py	2001年10月17日 13:46:44	1.61
***************
*** 215,219 ****
 exts.append( Extension('_hotshot', ['_hotshot.c']) )
 exts.append( Extension('_weakref', ['_weakref.c']) )
- exts.append( Extension('_symtable', ['symtablemodule.c']) )
 exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) )
 
--- 215,218 ----

AltStyle によって変換されたページ (->オリジナル) /