This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients Julian, berker.peksag, garthy, martin.panter, paul.j3, serhiy.storchaka
Date 2016-04-03.01:04:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459645448.25.0.918750018448.issue19959@psf.upfronthosting.co.za>
In-reply-to
Content
I’m not super familiar with argparse, but to get a Path or FilePath object, can’t you use that directly instead of argparse’s FileType class?

The proposal would conflict with escaping a literal tilde (~) in the shell. It would make it harder for the end user to specify a real file name that starts with a tilde.
History
Date User Action Args
2016-04-03 01:04:08martin.pantersetrecipients: + martin.panter, Julian, berker.peksag, paul.j3, serhiy.storchaka, garthy
2016-04-03 01:04:08martin.pantersetmessageid: <1459645448.25.0.918750018448.issue19959@psf.upfronthosting.co.za>
2016-04-03 01:04:08martin.panterlinkissue19959 messages
2016-04-03 01:04:07martin.pantercreate