bpo-44986: Fixed bug with date formats like %Y-%m-%d in help messages of argparse by SengerM · Pull Request #27923 · python/cpython
Fixed bug with date formats like %Y-%m-%d in help messages of argparse Now this code does not produce any error when invoked with the -h option and produces the expected result: import argparse pa...