summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2009-05-05 19:04:40 (GMT)
committerThomas Heller <theller@ctypes.org>2009-05-05 19:04:40 (GMT)
commit00cfc379d66c056ed5ac5a9df5b75c86f3fc7fbe (patch)
tree21788069f02f1349de12002d495291a280d4e174 /Misc
parent690ce9b353bc0a86d0886470adbaa50e813de3b8 (diff)
downloadcpython-00cfc379d66c056ed5ac5a9df5b75c86f3fc7fbe.zip
cpython-00cfc379d66c056ed5ac5a9df5b75c86f3fc7fbe.tar.gz
cpython-00cfc379d66c056ed5ac5a9df5b75c86f3fc7fbe.tar.bz2
Merged revisions 72352 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72352 | thomas.heller | 2009-05-05 20:55:47 +0200 (Di, 05 Mai 2009) | 3 lines Fix Issue #4875: find_library can return directories instead of files (on win32) ........
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 b094810..c0940f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -127,6 +127,9 @@ Installation
Library
-------
+- Issue #4875: On win32, ctypes.util.find_library does no longer
+ return directories.
+
- Issue #5142: Add the ability to skip modules while stepping to pdb.
- Issue #1309567: Fix linecache behavior of stripping subdirectories when