This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author remi.lapeyre
Recipients remi.lapeyre
Date 2019-02-18.13:13:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550495608.73.0.630456699978.issue36023@roundup.psfhosted.org>
In-reply-to
Content
This is the current repr of the configparser.ConfigParser instances:

>>> import configparser
>>> config = configparser.ConfigParser()
>>> config['sec'] = {}
>>> config
<configparser.ConfigParser object at 0x10b656ad0>


I think this could be improved to read:

<ConfigParser sections=('sec',)>
History
Date User Action Args
2019-02-18 13:13:28remi.lapeyresetrecipients: + remi.lapeyre
2019-02-18 13:13:28remi.lapeyresetmessageid: <1550495608.73.0.630456699978.issue36023@roundup.psfhosted.org>
2019-02-18 13:13:28remi.lapeyrelinkissue36023 messages
2019-02-18 13:13:28remi.lapeyrecreate