Message112413
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. |
|
| 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: <[email protected]> |
| 2010-08-02 00:58:50 | lukasz.langa | link | issue9452 messages |
| 2010-08-02 00:58:48 | lukasz.langa | create | |
|