[issue19959] argparse.FileType does not expand tilde "~"

Martin Panter report at bugs.python.org
Sun Mar 27 22:04:22 EDT 2016


Martin Panter added the comment:

I think this change is not appropriate for Unix, because it is redundant and would conflict with normal shell expansion. I’m not familiar with Windows, but I suspect it is not appropriate there either (neither Windows command shells nor argparse do wildcard * and ? glob expansion, right?). Pending response from Garth or Julian.

----------
nosy: +martin.panter
resolution:  -> rejected
status: open -> pending

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


More information about the Python-bugs-list mailing list