This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pakal
Recipients pakal, pitrou
Date 2010-02-01.18:24:18
SpamBayes Score 0.00050626806
Marked as misclassified No
Message-id <1265048663.46.0.88013014125.issue6939@psf.upfronthosting.co.za>
In-reply-to
Content
Argh, I had indeed missed some IO-related tests, hadn't noticed the new test_io docstring:
# Tests of io are scattered over the test suite:
# * test_bufio - tests file buffering
# * test_memoryio - tests BytesIO and StringIO
# * test_fileio - tests FileIO
# * 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)

Thanks for the commits B-)
History
Date User Action Args
2010-02-01 18:24:23pakalsetrecipients: + pakal, pitrou
2010-02-01 18:24:23pakalsetmessageid: <1265048663.46.0.88013014125.issue6939@psf.upfronthosting.co.za>
2010-02-01 18:24:19pakallinkissue6939 messages
2010-02-01 18:24:19pakalcreate