#12353: argparse now correctly handles null argument values.

Patch by Torsten Landschoff.
diff --git a/Misc/NEWS b/Misc/NEWS
index 16ab202..7a2eb5b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,8 @@
 Library
 -------
 
+- Issue #12353: argparse now correctly handles null argument values.
+
 - Issue #6493: An issue in ctypes on Windows that caused structure bitfields
   of type ctypes.c_uint32 and width 32 to incorrectly be set has been fixed.