From: Georg Brandl Date: Tue, 5 May 2009 08:30:28 +0000 (+0000) Subject: Add a news entry for r72319. X-Git-Tag: v2.7a1~1281 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3869c41f289126df4927a0bca97b3aa118f49d8;p=thirdparty%2FPython%2Fcpython.git Add a news entry for r72319. --- diff --git a/Misc/NEWS b/Misc/NEWS index 268a9bb139ad..4efa003eba7e 100644 --- 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.