From: Brett Cannon Date: Sat, 20 Mar 2004 21:18:46 +0000 (+0000) Subject: Add mention of fix of bug #700055. X-Git-Tag: v2.3.4c1~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=544f4e7132bccd60df7eac71bca570c750322b68;p=thirdparty%2FPython%2Fcpython.git Add mention of fix of bug #700055. --- diff --git a/Misc/NEWS b/Misc/NEWS index 52b6788a4996..15599430caf2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -34,6 +34,8 @@ Core and builtins Library ------- +- bug 700055: .pth files can now have any type of line endings. + - Patch 817379: Allow absolute ftp paths in urllib2. - Patch 711838: Support non-anonymous ftp URLs in urllib2.