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 palaviv
Recipients anacrolix, bethard, eli.bendersky, josh.r, markgrandi, moritz, palaviv, paul.j3, pitrou
Date 2016-12-14.20:00:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481745653.19.0.835449240523.issue14156@psf.upfronthosting.co.za>
In-reply-to
Content
As we talk here about stdin and stdout which we don't want to close I think this issue is irrelevant to python2. In any case the patch in issue #13824 cover that problem.
I actually write a lot of small scripts and if I need to open the file in binary mode I don't use FileType because of this issue.
Any way I think this discussion is irrelevant because it does not seem like any core developer is currently working on argparse.
History
Date User Action Args
2016-12-14 20:00:53palavivsetrecipients: + palaviv, pitrou, bethard, eli.bendersky, anacrolix, paul.j3, moritz, markgrandi, josh.r
2016-12-14 20:00:53palavivsetmessageid: <1481745653.19.0.835449240523.issue14156@psf.upfronthosting.co.za>
2016-12-14 20:00:53palavivlinkissue14156 messages
2016-12-14 20:00:52palavivcreate