From: Martin v. Löwis Date: Sun, 15 Feb 2004 20:54:13 +0000 (+0000) Subject: Patch #817379: Allow absolute paths in urllib2. X-Git-Tag: v2.3.4c1~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff3e3416c030fe1ffe875be8b7802f79e0c36b9e;p=thirdparty%2FPython%2Fcpython.git Patch #817379: Allow absolute paths in urllib2. --- diff --git a/Misc/NEWS b/Misc/NEWS index cc5c5069b9d5..14e4984e59c3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -31,6 +31,12 @@ Core and builtins to clear the error when attempts to get the __getstate__ attribute fail caused intermittent errors and odd behavior. +Library +------- + +- Patch 817379: Allow absolute ftp paths in urllib2. + + What's New in Python 2.3.3 (final)? ===================================