diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-02-15 21:19:18 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-02-15 21:19:18 (GMT) |
commit | a79449e7a2c34daa622c01b66b8a8bd681089176 (patch) | |
tree | aec26cbbd54544dcc17d9098cc647a8a94d28a3d /Misc | |
parent | d3f4a1a00a0c40a57a0a6054dd822271d114c557 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |