]> granicus.if.org Git - python/commit
Make error handling in BZ2File.{readable,seekable,writable,fileno} consistent with...
authorNadeem Vawda <nadeem.vawda@gmail.com>
Wed, 30 Nov 2011 15:39:30 +0000 (17:39 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Wed, 30 Nov 2011 15:39:30 +0000 (17:39 +0200)
commit44ae4a2a22e00b1714d7fb6aff335d437cbb48bf
tree533ed9cf454e3951edcaf5c0814bf66ba2ed9127
parent3ff069ebc6884c46c3f99ea61919f7728708c571
Make error handling in BZ2File.{readable,seekable,writable,fileno} consistent with TextIOWrapper.

Also, add tests for these methods.
Lib/bz2.py
Lib/test/test_bz2.py