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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2012-12-26.10:33:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356518001.26.0.44673058371.issue16784@psf.upfronthosting.co.za>
In-reply-to
Content
Int tests should be synchronized between different Python versions. Tests for int and long should be synchronized in 2.7. Common code for int and long tests should be shared in 2.7. CPython tests (i.e. small int identity) should be extracted to separated methods. Tests should be resorted by tested feature. Deprecated assertEquals should be replaced to assertEqual. And may be more.
History
Date User Action Args
2012-12-26 10:33:21serhiy.storchakasetrecipients: + serhiy.storchaka
2012-12-26 10:33:21serhiy.storchakasetmessageid: <1356518001.26.0.44673058371.issue16784@psf.upfronthosting.co.za>
2012-12-26 10:33:21serhiy.storchakalinkissue16784 messages
2012-12-26 10:33:21serhiy.storchakacreate