[issue20598] argparse docs: '7'.split() is confusing magic

Benjamin Peterson report at bugs.python.org
Tue Feb 11 16:37:08 CET 2014


Benjamin Peterson added the comment:

I agree that does look weird. However, it's nicely consistent with the the normal case which has multiple arguments like "-foo 3 -l".split().

I think this is an excellent thing for newcomers to try out with the interactive shell. :)

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20598>
_______________________________________


More information about the Python-bugs-list mailing list