summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2009-05-05 18:55:47 (GMT)
committerThomas Heller <theller@ctypes.org>2009-05-05 18:55:47 (GMT)
commita57773e4838112ab44e55d985b68810fecf934a3 (patch)
tree48ddc03979cc1e6da9b2423e2f28378622f7535a /Misc
parenta985a3aee46dfda4b59cf20414bab199ba1b9659 (diff)
downloadcpython-a57773e4838112ab44e55d985b68810fecf934a3.zip
cpython-a57773e4838112ab44e55d985b68810fecf934a3.tar.gz
cpython-a57773e4838112ab44e55d985b68810fecf934a3.tar.bz2
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 d6c6227..604c0df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -282,6 +282,9 @@ Core and Builtins
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