[Python-checkins] CVS: python/dist/src/Lib/plat-generic regen,1.3,1.3.8.1

Tim Peters tim_one@users.sourceforge.net
Wed, 01 Aug 2001 19:40:45 -0700


Update of /cvsroot/python/python/dist/src/Lib/plat-generic
In directory usw-pr-cvs1:/tmp/cvs-serv23606/descr/dist/src/Lib/plat-generic

Modified Files:
      Tag: descr-branch
	regen 
Log Message:
Mrege of trunk tag delta date2001-07-30 to date2001-08-01.


Index: regen
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-generic/regen,v
retrieving revision 1.3
retrieving revision 1.3.8.1
diff -C2 -d -r1.3 -r1.3.8.1
*** regen	2000/10/09 19:34:12	1.3
--- regen	2001/08/02 02:40:42	1.3.8.1
***************
*** 1,6 ****
  #! /bin/sh
  set -v
- python$EXE ../../Tools/scripts/h2py.py /usr/include/fcntl.h
- python$EXE ../../Tools/scripts/h2py.py /usr/include/sys/socket.h
  python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
- python$EXE ../../Tools/scripts/h2py.py /usr/include/termios.h
--- 1,3 ----