summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-05-05 08:30:28 (GMT)
committerGeorg Brandl <georg@python.org>2009-05-05 08:30:28 (GMT)
commite3869c41f289126df4927a0bca97b3aa118f49d8 (patch)
tree35e2a0d7f77855aeb73ef2f79f3bcfd96f5625ce /Misc
parent7c26d76d9c5091bf8fb1692b5ad13bb9e3eefb4e (diff)
downloadcpython-e3869c41f289126df4927a0bca97b3aa118f49d8.zip
cpython-e3869c41f289126df4927a0bca97b3aa118f49d8.tar.gz
cpython-e3869c41f289126df4927a0bca97b3aa118f49d8.tar.bz2
Add a news entry for r72319.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 268a9bb..4efa003 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.