summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/bz2.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/bz2.py b/Lib/bz2.py
index a499ca3..e094fbb 100644
--- a/Lib/bz2.py
+++ b/Lib/bz2.py
@@ -47,8 +47,6 @@ class BZ2File(_compression.BaseStream):
'x' for creating exclusively, or 'a' for appending. These can
equivalently be given as 'rb', 'wb', 'xb', and 'ab'.
- buffering is ignored since Python 3.0. Its use is deprecated.
-
If mode is 'w', 'x' or 'a', compresslevel can be a number between 1
and 9 specifying the level of compression: 1 produces the least
compression, and 9 (default) produces the most compression.