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-08-09.21:07:56
SpamBayes Score 0.0002611896
Marked as misclassified No
Message-id <1281388085.19.0.690841352499.issue9421@psf.upfronthosting.co.za>
In-reply-to
Content
Patch included.

New type-related unit tests have shown undesirable behaviour of read_dict() when the given option values are not strings. Support for numbers, booleans and Nones is likely to be expected so this change was introduced. `default' can hold a non-string value. `vars' were modified to accept other types as well, for consistency.
History
Date User Action Args
2010-08-09 21:08:05lukasz.langasetrecipients: + lukasz.langa, fdrake, georg.brandl, pitrou, michael.foord
2010-08-09 21:08:05lukasz.langasetmessageid: <1281388085.19.0.690841352499.issue9421@psf.upfronthosting.co.za>
2010-08-09 21:08:03lukasz.langalinkissue9421 messages
2010-08-09 21:08:03lukasz.langacreate