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 brian.curtin, ezio.melotti, fdrake, lukasz.langa
Date 2010-08-03.14:38:09
SpamBayes Score 2.9092297e-07
Marked as misclassified No
Message-id <1280846296.07.0.327270359602.issue9452@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch after discussion on #python-dev:

- PEP8 compliant names used: read_file, read_string, read_dict. readfp has been PendingDeprecated
- documentation updates
- option validation is now optional with the use of `strict=` argument in the parser's __init__
- new unit tests introduced to check for the new behaviour
History
Date User Action Args
2010-08-03 14:38:16lukasz.langasetrecipients: + lukasz.langa, fdrake, ezio.melotti, brian.curtin
2010-08-03 14:38:16lukasz.langasetmessageid: <1280846296.07.0.327270359602.issue9452@psf.upfronthosting.co.za>
2010-08-03 14:38:14lukasz.langalinkissue9452 messages
2010-08-03 14:38:13lukasz.langacreate