mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
bpo-35128: Fix spacing issues in warning.warn() messages. (GH-10268)
This commit is contained in:
parent
a1c249c405
commit
4b5e62dbb2
5 changed files with 6 additions and 6 deletions
|
|
@ -66,7 +66,7 @@ class BZ2File(_compression.BaseStream):
|
|||
self._mode = _MODE_CLOSED
|
||||
|
||||
if buffering is not _sentinel:
|
||||
warnings.warn("Use of 'buffering' argument is deprecated and ignored"
|
||||
warnings.warn("Use of 'buffering' argument is deprecated and ignored "
|
||||
"since Python 3.0.",
|
||||
DeprecationWarning,
|
||||
stacklevel=2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue