summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-05-16 20:06:31 (GMT)
committerThomas Heller <theller@ctypes.org>2008-05-16 20:06:31 (GMT)
commit95ba13fa85664f4451c4962e19048d105571ca25 (patch)
treeb711479399bd45c9be696cbd3aa7091d78697243 /Misc/NEWS
parent3c4971c40eb97ac69a49ab53d04b22b9d80c0ef9 (diff)
downloadcpython-95ba13fa85664f4451c4962e19048d105571ca25.zip
cpython-95ba13fa85664f4451c4962e19048d105571ca25.tar.gz
cpython-95ba13fa85664f4451c4962e19048d105571ca25.tar.bz2
Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dc9b6ee..f11293d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,11 @@ Extension Modules
Library
-------
+- Issue 1793: Function ctypes.util.find_msvcrt() added that returns
+ the name of the C runtime library that Python uses.
+ ctypes.util.find_library(name) now call this function when name is
+ 'm' or 'c'.
+
- The Tkinter module has been made a package and renamed 'tkinter'. All
Tkinter-related modules (like Tix, ScrolledText, turtle etc.) are now
submodules of that package and have been renamed to conform to PEP 8