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 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:54lukasz.langasetrecipients: + lukasz.langa, ezio.melotti
2010-08-02 00:58:52lukasz.langasetmessageid: <1280710732.34.0.580523362486.issue9452@psf.upfronthosting.co.za>
2010-08-02 00:58:50lukasz.langalinkissue9452 messages
2010-08-02 00:58:48lukasz.langacreate