summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-08-20 13:14:07 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2008-08-20 13:14:07 (GMT)
commit838c79f4722d9c444cd0b6e7b26229c00e25214f (patch)
treeea827081b4ecb9c3a2a636d6b652425e8bccb9b8 /Misc
parentccfdcd0cb25290d6250e4e4e5a55f3ee1bf31087 (diff)
downloadcpython-838c79f4722d9c444cd0b6e7b26229c00e25214f.zip
cpython-838c79f4722d9c444cd0b6e7b26229c00e25214f.tar.gz
cpython-838c79f4722d9c444cd0b6e7b26229c00e25214f.tar.bz2
Issue #3612: Added some missing basic types in ctypes.wintypes.
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 9aaf5eb..aa4eb8b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,6 +54,8 @@ Core and Builtins
Library
-------
+- Issue #3612: Added some missing basic types in ctypes.wintypes.
+
- The methods ``is_in_tuple()``, ``is_vararg()``, and ``is_keywordarg()`` of
symtable.Symbol have been deprecated for removal in 3.0 and the next release.