Peter Marsh added the comment:
The consensus seems to be that this is simple enough for people to implement
themselves (if they need it) and it's probably not worth adding to argparse, so
I've closed this :)
--
resolution: -> rejected
status: o
New submission from Peter Marsh:
Hello,
Reasonably frequently I find myself needing to pass a date as a command line
argument to a Python script I've written. Currently, argparse does not have a
built support for dates - this adds a new class to argparse (much like the
existing Fil