On 10/19/06, Grig Gheorghiu <[EMAIL PROTECTED] > wrote:
The latest trunk checkin caused almost all Pybots to fail when running
the Python unit tests.

273 tests OK.
12 tests failed:
    test___all__ test_calendar test_capi test_datetime test_email
    test_email_renamed test_imaplib test_mailbox test_strftime
    test_strptime test_time test_xmlrpc

Here's the status page:

http://www.python.org/dev/buildbot/community/trunk/

Not sure why the official Python buildbot farm is all green and
happy....maybe a difference in how the steps are running?

Possibly.  If you look at the reason those tests failed it is because time.strftime is missing for some odd reason.  But none of recent checkins seem to have anything to do with the 'time' module, let alone with how methods are added to modules (Martin's recent checkins have been for PyArg_ParseTuple).

-Brett
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to