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 fdrake, georg.brandl, lukasz.langa, michael.foord, pitrou
Date 2010-09-02.22:20:21
SpamBayes Score 6.345725e-07
Marked as misclassified No
Message-id <1283466032.24.0.759907545906.issue9421@psf.upfronthosting.co.za>
In-reply-to
Content
Patch updated:
- _UNSET removed from docs in favor of a more natural syntax (square brackets around optional arguments)
- _COMPATIBLE left in the docs because I find less magical in that case (+ it's already covered in the docs what this special case means)
- fixed docs improperly specifying `comment_prefixes` for ConfigParser and SafeConfigParser
- docs include a remark on where to find explanation for 'vars' and 'default' in every coercing getter
- tortured code refactored
- _unify_boolean renamed to _convert_to_boolean
- _UNSET and _COMPATIBLE moved to module level (test updates)
- _boolean_states renamed to BOOLEAN_STATES (for consistency with regular expression constants)
- _convert_to_boolean and BOOLEAN_STATES left in RawConfigParser class to enable users customize them (e.g. by specifying locale-specific 'yes'/'no' pairs or things like 'enable'/'disable', etc. etc.). Customization should be instance-specific.
History
Date User Action Args
2010-09-02 22:20:32lukasz.langasetrecipients: + lukasz.langa, fdrake, georg.brandl, pitrou, michael.foord
2010-09-02 22:20:32lukasz.langasetmessageid: <1283466032.24.0.759907545906.issue9421@psf.upfronthosting.co.za>
2010-09-02 22:20:25lukasz.langalinkissue9421 messages
2010-09-02 22:20:25lukasz.langacreate