Message 335831 - Python tracker (original) (raw)
Message335831
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:28 | remi.lapeyre | set | recipients: + remi.lapeyre |
2019-02-18 13:13:28 | remi.lapeyre | set | messageid: 1550495608.73.0.630456699978.issue36023@roundup.psfhosted.org |
2019-02-18 13:13:28 | remi.lapeyre | link | issue36023 messages |
2019-02-18 13:13:28 | remi.lapeyre | create |