From ff3e3416c030fe1ffe875be8b7802f79e0c36b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 15 Feb 2004 20:54:13 +0000 Subject: Patch #817379: Allow absolute paths in urllib2. --- Misc/NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index cc5c506..14e4984 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)? =================================== -- cgit v0.12