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 anacrolix
Recipients anacrolix
Date 2012-02-29.11:01:10
SpamBayes Score 0.011341547
Marked as misclassified No
Message-id <1330513271.31.0.437438851478.issue14156@psf.upfronthosting.co.za>
In-reply-to
Content
If an argument of '-' is handled by argparse.FileType, it defaults to sys.stdin. However a mode of 'rb' is ignored, the returned file object does not work with raw bytes.
History
Date User Action Args
2012-02-29 11:01:11anacrolixsetrecipients: + anacrolix
2012-02-29 11:01:11anacrolixsetmessageid: <1330513271.31.0.437438851478.issue14156@psf.upfronthosting.co.za>
2012-02-29 11:01:10anacrolixlinkissue14156 messages
2012-02-29 11:01:10anacrolixcreate