[Python-checkins] r85099 - python/branches/py3k-issue9978/Lib/ctypes/wintypes.py
hirokazu.yamamoto
python-checkins at python.org
Wed Sep 29 12:43:41 CEST 2010
Author: hirokazu.yamamoto
Date: Wed Sep 29 12:43:41 2010
New Revision: 85099
Log:
Remove *ctypes*
Modified:
python/branches/py3k-issue9978/Lib/ctypes/wintypes.py
Modified: python/branches/py3k-issue9978/Lib/ctypes/wintypes.py
==============================================================================
--- python/branches/py3k-issue9978/Lib/ctypes/wintypes.py (original)
+++ python/branches/py3k-issue9978/Lib/ctypes/wintypes.py Wed Sep 29 12:43:41 2010
@@ -200,3 +200,5 @@
LPWIN32_FIND_DATAA = PWIN32_FIND_DATAA = ctypes.POINTER(WIN32_FIND_DATAA)
LPWIN32_FIND_DATAW = PWIN32_FIND_DATAW = ctypes.POINTER(WIN32_FIND_DATAW)
LPWORD = PWORD = ctypes.POINTER(WORD)
+
+del ctypes
More information about the Python-checkins
mailing list