commit | 838c79f4722d9c444cd0b6e7b26229c00e25214f | [log] [tgz] |
---|---|---|
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Wed Aug 20 13:14:07 2008 +0000 |
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Wed Aug 20 13:14:07 2008 +0000 |
tree | ea827081b4ecb9c3a2a636d6b652425e8bccb9b8 | |
parent | ccfdcd0cb25290d6250e4e4e5a55f3ee1bf31087 [diff] [blame] |
Issue #3612: Added some missing basic types in ctypes.wintypes.
diff --git a/Misc/NEWS b/Misc/NEWS index 9aaf5eb..aa4eb8b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -54,6 +54,8 @@ 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.