I have modified files in lib-python/modified-2.7 to close all open files so that more of the lib-python tests pass in windows.

The modifications live on the win32-stdlib branch, a recent diff to default shows:

hg diff -r default --stat
lib-python/modified-2.7/mailbox.py | 2179 +++++++++++++++++++++
 lib-python/modified-2.7/tarfile.py               |    60 +-
lib-python/modified-2.7/test/test_mailbox.py | 1987 +++++++++++++++++++
 lib-python/modified-2.7/test/test_old_mailbox.py |   160 +
 lib-python/modified-2.7/test/test_os.py          |   825 +++++++
 lib-python/modified-2.7/test/test_tarfile.py     |     3 +-
 lib-python/modified-2.7/test/test_zipfile.py     |  1372 +++++++++++++
 lib-python/modified-2.7/zipfile.py               |  1449 +++++++++++++
 8 files changed, 8013 insertions(+), 22 deletions(-)

Who would like to review/reject/modify these changes?

Matti

_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to