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 gnofi
Date 2010-05-25.01:47:04
SpamBayes Score 0.009773843
Marked as misclassified No
Message-id <1274752032.87.0.724423132707.issue8816@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching 2 patches with additional test cases for these built-in functions. They are mostly negative tests.

* abs
* callable: trunk only
* len
* long: trunk only
* range: copied some py3k range tests into trunk
* reduce: trunk only
* vars

I'm currently helping port IronPython tests into CPython. This is part of that series.
History
Date User Action Args
2010-05-25 01:47:13gnofisetrecipients: + gnofi
2010-05-25 01:47:12gnofisetmessageid: <1274752032.87.0.724423132707.issue8816@psf.upfronthosting.co.za>
2010-05-25 01:47:10gnofilinkissue8816 messages
2010-05-25 01:47:09gnoficreate