#3302: fix segfaults when passing None for arguments that can't
be NULL for the C functions.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1ec7695..2226e8a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,9 @@
 Library
 -------
 
+- Issue #3302: Fix several crashes when calling locale's gettext functions
+  with None arguments.
+
 - Issue #3389: Allow resolving dotted names for handlers in logging
   configuration files.