[Python-3000] need help fixing broken tests in py3k-pep3137 branch
Guido van Rossum
guido at python.org
Sat Nov 3 01:08:30 CET 2007
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 python-3000 at python.org to tell others about it.
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-3000
mailing list