Logged In: YES
user_id=12800
Ok, I've added the Wouters Elaboration to regrtest.py and
verified it works on both 10.1 and 10.2 (the former being
the OSX machine on the SF compile farm and the latter being
my home machine). Attached is the patch (I hope :).
(Aside: why does this build `python' for 10.1 but
`python.exe' for 10.2?)
I think this patch is fine for Py2.2.2. Today Guido said
he'd feel more comfortable with a patch to main.c than a
patch to regrtest.py, s?re.py, or site.py (if I understood
him correctly). However, I don't think there's time for
that for Py2.2.2. Perhaps we should simply commit this
simple fix so the test suite passes, and then work out a
more comprehensive patch for Py2.3?
Note that In addition, here is the output of the regrtest on
10.1 and 10.2. Is it worth spending time trying to fix
these for the Py2.2.2 release?
10.1:
170 tests OK.
2 tests failed:
test_fcntl test_largefile
21 tests skipped:
test_al test_cd test_cl test_curses test_dl
test_email_codecs
test_gdbm test_gl test_imgfile test_linuxaudiodev
test_locale
test_minidom test_poll test_pyexpat test_sax test_socket_ssl
test_socketserver test_sunaudiodev test_unicode_file
test_winreg
test_winsound
3 skips unexpected on darwin:
test_sax test_pyexpat test_locale
make: *** [test] Error 1
10.2:
171 tests OK.
1 test failed:
test_locale
21 tests skipped:
test_al test_cd test_cl test_curses test_dl
test_email_codecs
test_gdbm test_gl test_imgfile test_linuxaudiodev
test_minidom
test_nis test_poll test_pyexpat test_sax test_socket_ssl
test_socketserver test_sunaudiodev test_unicode_file
test_winreg
test_winsound
2 skips unexpected on darwin:
test_sax test_pyexpat
|