Expose C library's gettext. Fixes #516412.
diff --git a/Misc/NEWS b/Misc/NEWS
index eff4627..5337c13 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,8 @@
 
 Extension modules
 
+- The locale module now exposes the C library's gettext interface.
+
 - A security hole ("double free") was found in zlib-1.1.3, a popular
   third party compression library used by some Python modules.  The
   hole was quickly plugged in zlib-1.1.4, and the Windows build of