]> granicus.if.org Git - python/commitdiff
commentary about how bad ConfigParser is doesn't help here, and the
authorFred Drake <fdrake@acm.org>
Tue, 17 Feb 2004 22:35:19 +0000 (22:35 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 17 Feb 2004 22:35:19 +0000 (22:35 +0000)
suggested approach to dealing with it isn't a good one; we need a
better general purpose config reader, not a distutils-specific reader

Lib/distutils/dist.py

index f63ea9733143f169b0d2eeffc8145df068ed46e0..586e6bb1452780ec3bea06711bbb0651c3bf0c49 100644 (file)
@@ -346,9 +346,7 @@ class Distribution:
                         opt_dict[opt] = (filename, val)
 
             # 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...)
+            # the original filenames that options come from)
             parser.__init__()
 
         # If there was a "global" section in the config file, use it