mirror of
https://github.com/python/cpython.git
synced 2026-02-18 13:20:48 +00:00
SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password
Instead of sending the real user and host, use "anonymous@" (i.e. no host name at all!) as the default anonymous FTP password. This avoids privacy violations.
This commit is contained in:
parent
24a643416d
commit
606fe4e79f
1 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,10 @@ Extension modules
|
|||
|
||||
Library
|
||||
|
||||
- ftplib: to safeguard the user's privacy, anonymous login will use
|
||||
"anonymous@" as default password, rather than the real user and host
|
||||
name.
|
||||
|
||||
Tools/Demos
|
||||
|
||||
Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue