summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-02-15 21:19:18 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-02-15 21:19:18 (GMT)
commita79449e7a2c34daa622c01b66b8a8bd681089176 (patch)
treeaec26cbbd54544dcc17d9098cc647a8a94d28a3d /Misc
parentd3f4a1a00a0c40a57a0a6054dd822271d114c557 (diff)
downloadcpython-a79449e7a2c34daa622c01b66b8a8bd681089176.zip
cpython-a79449e7a2c34daa622c01b66b8a8bd681089176.tar.gz
cpython-a79449e7a2c34daa622c01b66b8a8bd681089176.tar.bz2
Patch #711838: Allow non-anonymous ftp urls in urllib2.
Backported to 2.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4f16e2e..3fdef4b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -237,6 +237,8 @@ Extension modules
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