Fix the way methods are created for the _ctypes.COMError exception
type; this fix is already in the trunk.
diff --git a/Misc/NEWS b/Misc/NEWS
index e7d3370..e3a4ace 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,10 @@
Library
-------
+- Fixed _ctypes.COMError so that it must be called with exactly three
+ arguments, instances now have the hresult, text, and details
+ instance variables.
+
- #1507247, #2004: tarfile.py: Use mode 0700 for temporary directories and
default permissions for missing directories.