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 gnofi
Recipients dino.viehland, gnofi
Date 2010-03-28.03:03:09
SpamBayes Score 1.9889899e-06
Marked as misclassified No
Message-id <1269745393.1.0.997063465461.issue8248@psf.upfronthosting.co.za>
In-reply-to
Content
These patches add these new test cases to test_bool.py.

Python 2+3:
- Conversion to float
- Conversion to Decimal
- Calling bool() of built-in types

Python 2 only:
- __index__()
- Conversion to long
- sprintf formatting

NOTE: I'm currently helping Dino Viehland port IronPython tests into CPython. This is the first of that series.
History
Date User Action Args
2010-03-28 03:03:13gnofisetrecipients: + gnofi, dino.viehland
2010-03-28 03:03:13gnofisetmessageid: <1269745393.1.0.997063465461.issue8248@psf.upfronthosting.co.za>
2010-03-28 03:03:11gnofilinkissue8248 messages
2010-03-28 03:03:10gnoficreate