Backport from py3k: Implement the new buffer interface from pep3118
for ctypes instances.  Closes issue #2404.
diff --git a/Misc/NEWS b/Misc/NEWS
index 800d031..9083bbc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,8 @@
 Library
 -------
 
+- Issue #2404: ctypes objects support the new pep3118 buffer interface
+
 - Patch #2125: Add GetInteger and GetString methods for 
   msilib.Record objects.