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 vstinner
Recipients vstinner
Date 2010-04-25.23:09:39
SpamBayes Score 1.5572552e-06
Marked as misclassified No
Message-id <1272236981.87.0.176714021028.issue8531@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is specific to Python 3.1: test_ascii_formatd starts with "PyOS_ascii_formatd is deprecated and not called from anywhere in Python itself. So this module is the only place it gets tested. Test that it works, and test that it's deprecated."

I prefer to fix the test than the buildbot because _ctypes compilation may fail on different CPU/OS, ctypes should not be mandatory.

Fixed by r80495.
History
Date User Action Args
2010-04-25 23:09:42vstinnersetrecipients: + vstinner
2010-04-25 23:09:41vstinnersetmessageid: <1272236981.87.0.176714021028.issue8531@psf.upfronthosting.co.za>
2010-04-25 23:09:40vstinnerlinkissue8531 messages
2010-04-25 23:09:39vstinnercreate