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 bkline
Recipients bkline, docs@python
Date 2020-07-27.15:21:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595863285.0.0.72970010693.issue41410@roundup.psfhosted.org>
In-reply-to
Content
The documentation for tempfile.mkstemp() says "If text is specified, it indicates whether to open the file in binary mode (the default) or text mode. On some platforms, this makes no difference." That might have been true for Python 2.x, but in Python 3, there are no platforms for which the choice whether to open a file in binary mode makes no difference.
History
Date User Action Args
2020-07-27 15:21:25bklinesetrecipients: + bkline, docs@python
2020-07-27 15:21:25bklinesetmessageid: <1595863285.0.0.72970010693.issue41410@roundup.psfhosted.org>
2020-07-27 15:21:24bklinelinkissue41410 messages
2020-07-27 15:21:24bklinecreate