diff options
author | Guido van Rossum <guido@python.org> | 2001-09-05 17:52:31 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-09-05 17:52:31 (GMT) |
commit | 198c1d8b5981e8e58a229827ac5c344fcd004b54 (patch) | |
tree | 064b39534cd9c368f2c531664ddb1afecbff8466 /Lib/test/test_largefile.py | |
parent | 7c82a3e0fcde5b0d58bdfbb0aed6c0a245ade4bf (diff) | |
download | cpython-198c1d8b5981e8e58a229827ac5c344fcd004b54.zip cpython-198c1d8b5981e8e58a229827ac5c344fcd004b54.tar.gz cpython-198c1d8b5981e8e58a229827ac5c344fcd004b54.tar.bz2 |
Remove a debug print left in the code by Fred.
Diffstat (limited to 'Lib/test/test_largefile.py')
-rw-r--r-- | Lib/test/test_largefile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_largefile.py b/Lib/test/test_largefile.py index 1130107..54fd274 100644 --- a/Lib/test/test_largefile.py +++ b/Lib/test/test_largefile.py @@ -130,4 +130,3 @@ f.close() ## pass os.unlink(name) -print >>sys.stderr, name, "exists:", os.path.exists(name) |