[Python-Dev] ConfigParser items method
Fred L. Drake, Jr.
fdrake at acm.org
Mon Oct 6 16:12:45 EDT 2003
More information about the Python-Dev mailing list
Mon Oct 6 16:12:45 EDT 2003
- Previous message: [Python-Dev] ConfigParser items method
- Next message: [Python-Dev] ConfigParser items method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gordon Williams writes: > An items method that returned a list of tuples as it does in the > RawconfigParser would be a useful method to have for both ConfigParser and > SafeConfigParser. I'm happy for these to always return a list. I probably changed this around when I refactored the classes into raw/classic/safe flavors without really thinking about it. If there are no objections, feel free to file a bug report on SourceForge and assign it to me. -Fred -- Fred L. Drake, Jr. <fdrake at acm.org> PythonLabs at Zope Corporation
- Previous message: [Python-Dev] ConfigParser items method
- Next message: [Python-Dev] ConfigParser items method
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list