[Python-bugs-list] [ python-Bugs-818861 ] ConfigParser items()
inconsistency
SourceForge.net
noreply at sourceforge.net
Tue Oct 21 12:52:21 EDT 2003
Bugs item #818861, was opened at 2003-10-06 16:40
Message generated for change (Comment added) made by fdrake
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=818861&group_id=5470
Category: Python Library
>Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Fred L. Drake, Jr. (fdrake)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: ConfigParser items() inconsistency
Initial Comment:
The RawConfigParser.items() method returns a list while
ConfigParser.items() and SafeConfigParser.items()
return generators. This inconsistency within the
module is a distraction.
Reported by Gordon Williams <g_will at cyberus.ca> on
python-dev.
----------------------------------------------------------------------
>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2003-10-21 12:52
Message:
Logged In: YES
user_id=3066
Fixed in Lib/ConfigParser.py revisions 1.61 and 1.58.8.3.
Documentation updated in Doc/lib/libcfgparser.tex revisions
1.31 and 1.29.16.2.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=818861&group_id=5470
More information about the Python-bugs-list
mailing list