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 vstinner
Recipients SebastianGPedersen, benjamin.peterson, corona10, eric.smith, ezio.melotti, giampaolo.rodola, lemburg, methane, vstinner
Date 2020-04-13.23:10:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586819447.09.0.344560084392.issue39380@roundup.psfhosted.org>
In-reply-to
Content
It's now fixed. Thanks Eric V. Smith for suggesting the change and thanks Sebastian Pedersen for the very complete implementation (with tests and new constructor parameters!).

The default encoding change is documented properly in the "Changes in the Python API" section of What's New in Python 3.9.

Hopefully, it was already possible to override the encoding in Python 3.8 and older by modifying FTP.encoding class attribute.
History
Date User Action Args
2020-04-13 23:10:47vstinnersetrecipients: + vstinner, lemburg, eric.smith, giampaolo.rodola, benjamin.peterson, ezio.melotti, methane, corona10, SebastianGPedersen
2020-04-13 23:10:47vstinnersetmessageid: <1586819447.09.0.344560084392.issue39380@roundup.psfhosted.org>
2020-04-13 23:10:47vstinnerlinkissue39380 messages
2020-04-13 23:10:47vstinnercreate