Łukasz Langa <luk...@langa.pl> added the comment: 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. ---------- Added file: http://bugs.python.org/file18319/issue9452.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9452> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com