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

Garth Bushell report at bugs.python.org
Thu Dec 12 11:31:03 CET 2013


New submission from Garth Bushell:

argparse.FileType does not expand tilde "~". 

This would be useful to take file parameters beginning with "~" and use os.path.expanduser to expand this.

----------
components: Library (Lib)
messages: 205949
nosy: garthy
priority: normal
severity: normal
status: open
title: argparse.FileType does not expand tilde "~"
versions: Python 3.5

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


More information about the Python-bugs-list mailing list