]> granicus.if.org Git - python/commit
ConfigParser.read():
authorFred Drake <fdrake@acm.org>
Tue, 9 May 2000 14:46:40 +0000 (14:46 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 9 May 2000 14:46:40 +0000 (14:46 +0000)
commitfd4114e7b8d7c81931b488aa11157261c2958b71
treeff0a9b02c002fa1b10e0546c491bd8a06fe479bd
parentbd7b8b3310dd26701d6950b51f98f7c9f0da837e
ConfigParser.read():
        Instead of wrapping 'filenames' value in a list if it's a
        string, wrap it if it's a string or unicode string.
Lib/ConfigParser.py