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 fdrake
Recipients fdrake, georg.brandl, lukasz.langa, michael.foord, pitrou
Date 2010-08-09.18:10:12
SpamBayes Score 0.02173046
Marked as misclassified No
Message-id <1281377414.44.0.324884553884.issue9421@psf.upfronthosting.co.za>
In-reply-to
Content
The getters should all accept a `default` argument that's used when no value is found in the configuration.  If the default is given, that should be returned (without conversion), instead of raising an exception.

This can be included in the same patch.
History
Date User Action Args
2010-08-09 18:10:14fdrakesetrecipients: + fdrake, georg.brandl, pitrou, michael.foord, lukasz.langa
2010-08-09 18:10:14fdrakesetmessageid: <1281377414.44.0.324884553884.issue9421@psf.upfronthosting.co.za>
2010-08-09 18:10:13fdrakelinkissue9421 messages
2010-08-09 18:10:12fdrakecreate