]> granicus.if.org Git - python/commitdiff
Add a news entry for r72319.
authorGeorg Brandl <georg@python.org>
Tue, 5 May 2009 08:30:28 +0000 (08:30 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 5 May 2009 08:30:28 +0000 (08:30 +0000)
Misc/NEWS

index 268a9bb139ad20e67794cd705cfb86a1dbb1b1da..4efa003eba7e715e6ccc3ec4eb4fe847823fc11e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -273,6 +273,9 @@ Core and Builtins
 Library
 -------
 
+- Issue #1309567: Fix linecache behavior of stripping subdirectories when
+  looking for files given by a relative filename.
+
 - Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when
   extracting a file to the root directory.