]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add an additional test: BZ2File write methods should raise IOError
authorGeorg Brandl <georg@python.org>
Mon, 14 Aug 2006 21:45:35 +0000 (21:45 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 14 Aug 2006 21:45:35 +0000 (21:45 +0000)
commitee76a565c341fda903466e1a34d0a8d0b52391b3
treeddc4018a01653f406a3e837efbffe5fa4eb291de
parent28930e418b370237f3344bcdeee4b15fb4383f4d
Add an additional test: BZ2File write methods should raise IOError
when file is read-only.
 (backport from rev. 51287)
Lib/test/test_bz2.py