Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9baf242 commit 10fd6b2Copy full SHA for 10fd6b2
1 file changed
Lib/bz2.py
@@ -47,8 +47,6 @@ def __init__(self, filename, mode="r", *, compresslevel=9):
47
'x' for creating exclusively, or 'a' for appending. These can
48
equivalently be given as 'rb', 'wb', 'xb', and 'ab'.
49
50
- buffering is ignored since Python 3.0. Its use is deprecated.
51
-
52
If mode is 'w', 'x' or 'a', compresslevel can be a number between 1
53
and 9 specifying the level of compression: 1 produces the least
54
compression, and 9 (default) produces the most compression.
0 commit comments