diff --git a/Misc/NEWS b/Misc/NEWS index 65ee65b9a0a..77b6a42416d 100644 --- 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