New submission from Antony Lee:

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.

----------
components: Library (Lib)
messages: 246824
nosy: Antony.Lee
priority: normal
severity: normal
status: open
title: Document argparse.REMAINDER as being equal to "..."
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24647>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to