Add a news entry for r72319.

This commit is contained in:
Georg Brandl 2009-05-05 08:30:28 +00:00
parent 7c26d76d9c
commit e3869c41f2
1 changed files with 3 additions and 0 deletions

View File

@ -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.