summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f2c9bc2..91b6991 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -722,6 +722,8 @@ Library
- Issue #6729: Added ctypes.c_ssize_t to represent ssize_t.
+- Issue #6247: The argparse module has been added to the standard library.
+
Extension Modules
-----------------