Message112413
| Author | lukasz.langa |
|---|---|
| Recipients | ezio.melotti, lukasz.langa |
| Date | 2010-08-02.00:58:48 |
| SpamBayes Score | 0.02968097 |
| Marked as misclassified | No |
| Message-id | <1280710732.34.0.580523362486.issue9452@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Patch updated after review by Ezio Melotti. To answer a common question that came up in the review: all atypical names and implementation details are there due to consistency with existing configparser code, e.g.: * readstring ~= readfp (no _ between words) * DuplicateOptionError ~= DuplicateSectionError (not Duplicated) * all exceptions use old style BaseClass.__init__ and not super() API won't change so this has to remain that way. Exceptions may be refactored in one go at a later stage. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-08-02 00:58:54 | lukasz.langa | set | recipients: + lukasz.langa, ezio.melotti |
| 2010-08-02 00:58:52 | lukasz.langa | set | messageid: <1280710732.34.0.580523362486.issue9452@psf.upfronthosting.co.za> |
| 2010-08-02 00:58:50 | lukasz.langa | link | issue9452 messages |
| 2010-08-02 00:58:48 | lukasz.langa | create | |