]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add mention of fix of bug #700055.
authorBrett Cannon <bcannon@gmail.com>
Sat, 20 Mar 2004 21:18:46 +0000 (21:18 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 20 Mar 2004 21:18:46 +0000 (21:18 +0000)
Misc/NEWS

index 52b6788a49960a301b05d928f5f16100abe923bd..15599430caf28fb0fff3449225e463686c32e21b 100644 (file)
--- 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.