[Python-checkins] r69916 - python/branches/io-c/Lib/test/test_io.py

antoine.pitrou python-checkins at python.org
Mon Feb 23 21:28:34 CET 2009


Author: antoine.pitrou
Date: Mon Feb 23 21:28:33 2009
New Revision: 69916

Log:
Add a comment, at BP's request



Modified:
   python/branches/io-c/Lib/test/test_io.py

Modified: python/branches/io-c/Lib/test/test_io.py
==============================================================================
--- python/branches/io-c/Lib/test/test_io.py	(original)
+++ python/branches/io-c/Lib/test/test_io.py	Mon Feb 23 21:28:33 2009
@@ -7,6 +7,8 @@
 # * test_file - tests the file interface
 # * test_io - tests everything else in the io module
 # * test_univnewlines - tests universal newline support
+# * test_largefile - tests operations on a file greater than 2**32 bytes
+#     (only enabled with -ulargefile)
 
 ################################################################################
 # ATTENTION TEST WRITERS!!!


More information about the Python-checkins mailing list