Message374385
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. |
|
Date |
User |
Action |
Args |
2020-07-27 15:21:25 | bkline | set | recipients:
+ bkline, docs@python |
2020-07-27 15:21:25 | bkline | set | messageid: <1595863285.0.0.72970010693.issue41410@roundup.psfhosted.org> |
2020-07-27 15:21:24 | bkline | link | issue41410 messages |
2020-07-27 15:21:24 | bkline | create | |
|