[Python-checkins] python/dist/src/Lib/distutils dist.py,1.64,1.65

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue Feb 17 17:35:22 EST 2004


Update of /cvsroot/python/python/dist/src/Lib/distutils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7434

Modified Files:
	dist.py 
Log Message:
commentary about how bad ConfigParser is doesn't help here, and the
suggested approach to dealing with it isn't a good one; we need a
better general purpose config reader, not a distutils-specific reader


Index: dist.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/distutils/dist.py,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** dist.py	12 Feb 2004 17:35:08 -0000	1.64
--- dist.py	17 Feb 2004 22:35:19 -0000	1.65
***************
*** 347,353 ****
  
              # Make the ConfigParser forget everything (so we retain
!             # the original filenames that options come from) -- gag,
!             # retch, puke -- another good reason for a distutils-
!             # specific config parser (sigh...)
              parser.__init__()
  
--- 347,351 ----
  
              # Make the ConfigParser forget everything (so we retain
!             # the original filenames that options come from)
              parser.__init__()
  




More information about the Python-checkins mailing list