In the py3k-pep3137 branch I've been working on the implementation of PEP 3137. The work is largely done, but I'm stuck with about 20 failing tests, and very little time this weekend to work on these. Here's the list:
test_array test_asynchat test_asyncore test_bsddb3 test_ctypes test_email test_exceptions test_gettext test_httplib test_import (*) test_mailbox test_old_mailbox test_pickle test_pickletools test_sqlite test_urllib test_urllib2 test_urllibnet (*) test_import also fails in the py3k branch; see http://bugs.python.org/issue1377. If you want to know more details about any particular failure, just check out the branch and run it. If you fix something, just check it in if you can (unless you're not sure); if you don't have submit priviliges, open a bug and send an email to [email protected] to tell others about it. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
