I see two new tests failing tonight: - test_xmlrpc fails on all platforms I have. This is due to several new tests that were merged in from the trunk; presumably those tests need changes due to str vs. bytes.
- test_codecs fails on OSX PPC only. This is in the new UTF-32 codecs; probably a byte order issue. There's still one leak that Neal would like to see fixed, in test_zipimport. Instructions to reproduce: in a *debug* build, run this command: ./python Lib/test/regrtest.py -R1:1: test_zipimport This reports 29 leaked references. -- --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
