This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scorphus
Recipients scorphus
Date 2018-10-31.21:47:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541022462.19.0.788709270274.issue35128@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-10-31 21:47:42scorphussetrecipients: + scorphus
2018-10-31 21:47:42scorphussetmessageid: <1541022462.19.0.788709270274.issue35128@psf.upfronthosting.co.za>
2018-10-31 21:47:42scorphuslinkissue35128 messages
2018-10-31 21:47:42scorphuscreate