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 loewis
Recipients asvetlov, loewis, ned.deily
Date 2012-08-09.06:50:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344495037.32.0.491799455793.issue15601@psf.upfronthosting.co.za>
In-reply-to
Content
The purpose of the test is to test whether get works on a string variable. Any boolean/string conversions aren't really relevant here, so we should just use a second string in the test (e.g. "def"), instead of True.
History
Date User Action Args
2012-08-09 06:50:37loewissetrecipients: + loewis, ned.deily, asvetlov
2012-08-09 06:50:37loewissetmessageid: <1344495037.32.0.491799455793.issue15601@psf.upfronthosting.co.za>
2012-08-09 06:50:36loewislinkissue15601 messages
2012-08-09 06:50:36loewiscreate