diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-08-20 13:14:07 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-08-20 13:14:07 (GMT) |
commit | 838c79f4722d9c444cd0b6e7b26229c00e25214f (patch) | |
tree | ea827081b4ecb9c3a2a636d6b652425e8bccb9b8 /Misc | |
parent | ccfdcd0cb25290d6250e4e4e5a55f3ee1bf31087 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |