[pypy-dev] win32-stdlib branch

Matti Picus matti.picus at gmail.com
Fri May 4 11:15:22 CEST 2012


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



More information about the pypy-dev mailing list