summaryrefslogtreecommitdiff
path: root/Lib/distutils/dist.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-02-17 22:35:19 +0000
committerFred Drake <fdrake@acm.org>2004-02-17 22:35:19 +0000
commit8494fafcd60a0953b6ee93be1a62dc8cb494032f (patch)
tree242c415bfe1963f7d1bc2d5883f6a8f91ac5454d /Lib/distutils/dist.py
parentf7aed14204f00d3202ae22c778076d90e4499348 (diff)
downloadcpython-8494fafcd60a0953b6ee93be1a62dc8cb494032f.tar.gz
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
Diffstat (limited to 'Lib/distutils/dist.py')
-rw-r--r--Lib/distutils/dist.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Lib/distutils/dist.py b/Lib/distutils/dist.py
index f63ea97331..586e6bb145 100644
--- a/Lib/distutils/dist.py
+++ b/Lib/distutils/dist.py
@@ -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