]> granicus.if.org Git - python/commit
As a result of a regression that snuck into 2.5.3 add a test case that
authorSkip Montanaro <skip@pobox.com>
Tue, 23 Dec 2008 03:30:15 +0000 (03:30 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 23 Dec 2008 03:30:15 +0000 (03:30 +0000)
commitf205c13fac76ff31dd20849b1530d0a6baf4f1ad
treea99a216cd4123a501563f233a58474bf1bda7850
parent5423abd1824f7defde1698f8cd423de0e9164e06
As a result of a regression that snuck into 2.5.3 add a test case that
ensures that when you try to read from a file opened for writing an IOError
is raised.
Lib/test/test_file.py
Misc/NEWS