[New-bugs-announce] [issue39357] bz2: Remove deprecated buffering parameter of bz2.BZ2File

STINNER Victor report at bugs.python.org
Thu Jan 16 05:22:45 EST 2020


New submission from STINNER Victor <vstinner at python.org>:

The "buffering" parameter of bz2.BZ2File is deprecated for 12 years.

Using it was emitting a DeprecationWarning since Python 3.0.

Attached PR removes it.

----------
components: Library (Lib)
messages: 360114
nosy: vstinner
priority: normal
severity: normal
status: open
title: bz2: Remove deprecated buffering parameter of bz2.BZ2File
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39357>
_______________________________________


More information about the New-bugs-announce mailing list