Initial commit of the argparse library, based on argparse 1.1.
Docs still need some updating to make getopt and optparse match the wording promised in the PEP.
There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0564d13..b25b32a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -83,6 +83,8 @@
- 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
-----------------