commit | a79449e7a2c34daa622c01b66b8a8bd681089176 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Feb 15 21:19:18 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Feb 15 21:19:18 2004 +0000 |
tree | aec26cbbd54544dcc17d9098cc647a8a94d28a3d | |
parent | d3f4a1a00a0c40a57a0a6054dd822271d114c557 [diff] [blame] |
Patch #711838: Allow non-anonymous ftp urls in urllib2. Backported to 2.3.
diff --git a/Misc/NEWS b/Misc/NEWS index 4f16e2e..3fdef4b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -237,6 +237,8 @@ Library ------- +- Support non-anonymous ftp URLs in urllib2. + - The encodings package will now applies codec name aliases first before starting to try the import of the codec module. This simplifies overriding built-in codecs with external