Fix bug #1518190: accept any integer or long value in the
ctypes.c_void_p constructor.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6f28dbc..1a976a1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,9 @@
 Library
 -------
 
+- Bug #1518190: The ctypes.c_void_p constructor now accepts any
+  integer or long, without range checking.
+
 - Bug #1508010: msvccompiler now requires the DISTUTILS_USE_SDK 
   environment variable to be set in order to the SDK environment
   for finding the compiler, include files, etc.