From: Marc-André Lemburg Date: Sun, 10 Feb 2002 21:42:47 +0000 (+0000) Subject: News about the new alias support. X-Git-Tag: v2.3c1~6713 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37aa5807426af91f6a1a264ba594ab04cc32955e;p=python News about the new alias support. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8ad4129fe4..72dd7923c1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -21,6 +21,9 @@ Extension modules Library +- encodings package: added aliases for all supported IANA character + sets + - ftplib: to safeguard the user's privacy, anonymous login will use "anonymous@" as default password, rather than the real user and host name.