Author: guido.van.rossum
Date: Wed Mar 7 23:59:39 2007
New Revision: 54213
Modified:
python/branches/p3yk/Lib/test/test_io.py
Log:
Delete TESTFN after the test.
Modified: python/branches/p3yk/Lib/test/test_io.py
==
-
Author: guido.van.rossum
Date: Thu Mar 8 01:43:48 2007
New Revision: 54214
Added:
python/branches/p3yk/Lib/test/test_fileio.py (contents, props changed)
python/branches/p3yk/Modules/_fileio.c (contents, props changed)
Modified:
python/branches/p3yk/Lib/io.py
python/branches/p3yk/L
Author: guido.van.rossum
Date: Thu Mar 8 02:02:00 2007
New Revision: 54215
Modified:
python/branches/p3yk/Lib/test/test_fileio.py
Log:
Fix embarrassing syntax mix.
Modified: python/branches/p3yk/Lib/test/test_fileio.py
=
Author: guido.van.rossum
Date: Thu Mar 8 02:17:51 2007
New Revision: 54216
Modified:
python/branches/p3yk/Lib/test/test_anydbm.py
Log:
Fix another unittest that broke due to dict views (more precisely, due
to the cowboy way they are currently hacked in).
Modified: python/branches/p3yk/Lib/te