diff options
author | Thomas Heller <theller@ctypes.org> | 2007-09-07 06:32:17 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2007-09-07 06:32:17 (GMT) |
commit | 2825b2ea444e3ce03cac7fc562fe6b7166972459 (patch) | |
tree | 418a77753ce23a6520adec24ed4294f51ed786d5 /Misc | |
parent | 1e534b5425d836cb58a73d24f0be791d67bf3503 (diff) | |
download | cpython-2825b2ea444e3ce03cac7fc562fe6b7166972459.zip cpython-2825b2ea444e3ce03cac7fc562fe6b7166972459.tar.gz cpython-2825b2ea444e3ce03cac7fc562fe6b7166972459.tar.bz2 |
Add a 'c_longdouble' type to the ctypes module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -249,6 +249,8 @@ Core and builtins Library ------- +- A 'c_longdouble' type was added to the ctypes module. + - Bug #1709599: Run test_1565150 only if the file system is NTFS. - When encountering a password-protected robots.txt file the RobotFileParser |