summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2007-09-07 06:32:17 (GMT)
committerThomas Heller <theller@ctypes.org>2007-09-07 06:32:17 (GMT)
commit2825b2ea444e3ce03cac7fc562fe6b7166972459 (patch)
tree418a77753ce23a6520adec24ed4294f51ed786d5 /Misc
parent1e534b5425d836cb58a73d24f0be791d67bf3503 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1963a14..99e4f07 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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