| commit | 6cbb20cdf61329ebfa6afcacad21ee6252fb5be5 | [log] [tgz] |
|---|---|---|
| author | Nadeem Vawda <nadeem.vawda@gmail.com> | Mon Jun 04 23:36:24 2012 +0200 |
| committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Mon Jun 04 23:36:24 2012 +0200 |
| tree | a0493b69a4f5d2ac3cafa4e0b20efa5f3a856cef | |
| parent | 33c34da5745f2e3fdc315e5098295621d8023674 [diff] [blame] |
Allow LZMAFile to accept modes with a "b" suffix.
diff --git a/Misc/NEWS b/Misc/NEWS index 24eeeaa..333999f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Library ------- +- LZMAFile now accepts the modes "rb"/"wb"/"ab" as synonyms of "r"/"w"/"a". + - The bz2 module now contains an open() function, allowing compressed files to conveniently be opened in text mode as well as binary mode.