Commit f06116dc authored by Fred Drake's avatar Fred Drake

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
parent 7083bb74
...@@ -346,9 +346,7 @@ class Distribution: ...@@ -346,9 +346,7 @@ class Distribution:
opt_dict[opt] = (filename, val) opt_dict[opt] = (filename, val)
# Make the ConfigParser forget everything (so we retain # Make the ConfigParser forget everything (so we retain
# the original filenames that options come from) -- gag, # the original filenames that options come from)
# retch, puke -- another good reason for a distutils-
# specific config parser (sigh...)
parser.__init__() parser.__init__()
# If there was a "global" section in the config file, use it # If there was a "global" section in the config file, use it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment