]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password
authorGuido van Rossum <guido@python.org>
Fri, 28 Dec 2001 20:57:14 +0000 (20:57 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 28 Dec 2001 20:57:14 +0000 (20:57 +0000)
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.

Misc/NEWS

index 65ee65b9a0a87ed978675334ea18976f89edfe8e..77b6a42416d87b5df55f248337e71216505c21aa 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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