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 dwayne, eric.araujo, fdrake, lukasz.langa, mkindahl
Date 2010-09-02.22:29:10
SpamBayes Score 8.9117304e-05
Marked as misclassified No
Message-id <1283466560.03.0.116963785291.issue7005@psf.upfronthosting.co.za>
In-reply-to
Content
This one is strange. Trying to set a None value through set() raises 'TypeError: option values must be strings' on both Python 3.2 and 2.7. A string value of 'None' behaves as expected (e.g. correctly).
History
Date User Action Args
2010-09-02 22:29:20lukasz.langasetrecipients: + lukasz.langa, fdrake, eric.araujo, dwayne, mkindahl
2010-09-02 22:29:20lukasz.langasetmessageid: <1283466560.03.0.116963785291.issue7005@psf.upfronthosting.co.za>
2010-09-02 22:29:10lukasz.langalinkissue7005 messages
2010-09-02 22:29:10lukasz.langacreate