diff options
author | Thomas Heller <theller@ctypes.org> | 2008-05-16 20:06:31 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2008-05-16 20:06:31 (GMT) |
commit | 95ba13fa85664f4451c4962e19048d105571ca25 (patch) | |
tree | b711479399bd45c9be696cbd3aa7091d78697243 /Misc/NEWS | |
parent | 3c4971c40eb97ac69a49ab53d04b22b9d80c0ef9 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |