diff options
author | Guido van Rossum <guido@python.org> | 2001-12-28 20:54:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-12-28 20:54:28 (GMT) |
commit | c33e077838c8fee729c726f59c441555847b07e6 (patch) | |
tree | 7ad1855e814fcaa9e7f0a0130680de9f574a5dc4 /Misc | |
parent | 556026967563ca59a0531bcb8a510dfc00a86635 (diff) | |
download | cpython-c33e077838c8fee729c726f59c441555847b07e6.zip cpython-c33e077838c8fee729c726f59c441555847b07e6.tar.gz cpython-c33e077838c8fee729c726f59c441555847b07e6.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -330,6 +330,7 @@ Randy Pausch Marcel van der Peijl Samuele Pedroni Steven Pemberton +Eduardo Pérez Tim Peters Chris Petrilli Geoff Philbrick |