]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix seekable() in BZ2File and LZMAFile to check whether the underlying file supports...
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 11 Feb 2012 23:51:38 +0000 (01:51 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 11 Feb 2012 23:51:38 +0000 (01:51 +0200)
commitae557d767fa0862188a17914eb07b74088ed4d29
treeacd9d5cb6fd49f4cb40399eec3b866d10e8f855a
parentd7e5c6ed7f8402a3ce2e6acb0cc6253456878773
Fix seekable() in BZ2File and LZMAFile to check whether the underlying file supports seek().
Lib/bz2.py
Lib/lzma.py
Lib/test/test_bz2.py
Lib/test/test_lzma.py