commit | a1a0eb4a394a5ac7a8422616ce1ee4125a3ef74f | [log] [tgz] |
---|---|---|
author | Sebastian Pedersen <31063917+SebastianGPedersen@users.noreply.github.com> | Tue Apr 14 01:07:56 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Apr 14 01:07:56 2020 +0200 |
tree | dfc13bcfb05cc9bd76cae41d04f11de1785c3bf2 | |
parent | 258f5179f9494189e6a80311c86981d2a88ba9d6 [diff] |
bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048) Add the encoding in ftplib.FTP and ftplib.FTP_TLS to the constructor as keyword-only and change the default from "latin-1" to "utf-8" to follow RFC 2640.