This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sable
Recipients alexis, brian.curtin, eric.araujo, loewis, mhammond, sable, santoso.wijaya, tarek, tim.golden, vstinner
Date 2011-11-30.15:25:40
SpamBayes Score 0.00029060393
Marked as misclassified No
Message-id <1322666741.16.0.303860454753.issue13210@psf.upfronthosting.co.za>
In-reply-to
Content
I have started working on python default branch.
My patch queue is available here:
https://bitbucket.org/sablefr/py3kvs2010/

The result is the following so far:
323 tests OK.
8 tests failed:
    test_distutils test_fileio test_gettext test_io test_os
    test_packaging test_pep3151 test_support
4 tests altered the execution environment:
    test_multiprocessing test_site test_subprocess test_sysconfig
27 tests skipped:
    test_crypt test_curses test_dbm_gnu test_dbm_ndbm test_devpoll
    test_epoll test_fcntl test_fork1 test_gdb test_grp test_ioctl
    test_kqueue test_nis test_openpty test_ossaudiodev test_pipes
    test_poll test_posix test_pty test_pwd test_readline test_resource
    test_syslog test_threadsignals test_wait3 test_wait4
    test_zipfile64
2 skips unexpected on win32:
    test_gdb test_readline

Most errors seem related to errno.
History
Date User Action Args
2011-11-30 15:25:41sablesetrecipients: + sable, loewis, mhammond, vstinner, tim.golden, tarek, eric.araujo, brian.curtin, santoso.wijaya, alexis
2011-11-30 15:25:41sablesetmessageid: <1322666741.16.0.303860454753.issue13210@psf.upfronthosting.co.za>
2011-11-30 15:25:40sablelinkissue13210 messages
2011-11-30 15:25:40sablecreate