[Python-checkins] r85106 - python/branches/py3k-issue9978/Lib/ctypes/wintypes.py

hirokazu.yamamoto python-checkins at python.org
Wed Sep 29 14:39:51 CEST 2010


Author: hirokazu.yamamoto
Date: Wed Sep 29 14:39:45 2010
New Revision: 85106

Log:
Revert previous commit for this file.

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 14:39:45 2010
@@ -200,5 +200,3 @@
 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