]> granicus.if.org Git - python/commit
Allow LZMAFile to accept modes with a "b" suffix.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Mon, 4 Jun 2012 21:36:24 +0000 (23:36 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Mon, 4 Jun 2012 21:36:24 +0000 (23:36 +0200)
commit6cbb20cdf61329ebfa6afcacad21ee6252fb5be5
treea0493b69a4f5d2ac3cafa4e0b20efa5f3a856cef
parent33c34da5745f2e3fdc315e5098295621d8023674
Allow LZMAFile to accept modes with a "b" suffix.
Doc/library/lzma.rst
Lib/lzma.py
Lib/test/test_lzma.py
Misc/NEWS