[New-bugs-announce] [issue35128] warning.warn messages with spacing issues

Pablo Santiago Blum de Aguiar report at bugs.python.org
Wed Oct 31 17:47:42 EDT 2018


New submission from Pablo Santiago Blum de Aguiar <scorphus at gmail.com>:

Some warn messages miss space between words, such as:

Use of 'buffering' argument is deprecated  and ignoredsince Python 3.0.

in bz2 library, and:

keyfile and certfile are deprecated, use acustom context instead

in many libraries, such as poplib and smtplib.

Other warn messages contain too much spaces between words, such as:

The 'filename' attribute will be removed in future versions.  Use 'source' instead.

in configparser library.

I'm not sure if such issues affect older versions of Python. I might need help on that.

----------
messages: 329016
nosy: scorphus
priority: normal
severity: normal
status: open
title: warning.warn messages with spacing issues
versions: Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list