◐ Shell
clean mode source ↗

Message 246824 - Python tracker

Currently the argparse docs mention the special values "+", "*" and "?" by their actual values instead of argparse.{ONE_OR_MORE,ZERO_OR_MORE,OPTIONAL}, but argparse.REMAINDER is mentioned as is.  It seems easier to just use its actual value ("...") in the docs as well.