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.

classification
Title: tempfile.TemporaryFile(): missing errors=... argument
Type: enhancement Stage: resolved
Components: IO, Library (Lib) Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: serhiy.storchaka, socketpair
Priority: normal Keywords:

Created on 2016-06-12 09:56 by socketpair, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 6696 merged sth, 2018-05-03 00:36
Messages (2)
msg317355 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-05-23 05:07
New changeset 825aab95fde959541859383f8ea7e7854ebfd49f by Serhiy Storchaka (sth) in branch 'master':
bpo-27300: Add the errors parameter to tempfile classes. (GH-6696)
https://github.com/python/cpython/commit/825aab95fde959541859383f8ea7e7854ebfd49f
msg317356 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-05-23 05:09
Thank you Stephan for your contribution!
History
Date User Action Args
2022-04-11 14:58:32adminsetgithub: 71487
2018-05-23 05:09:24serhiy.storchakasetstatus: open -> closed
versions: + Python 3.8, - Python 3.6
messages: + msg317356

resolution: fixed
stage: resolved
2018-05-23 05:07:11serhiy.storchakasetnosy: + serhiy.storchaka
messages: + msg317355
2018-05-03 00:36:07sthsetstatus: pending -> open
pull_requests: + pull_request6390
2016-06-12 18:48:59serhiy.storchakasetstatus: open -> pending
2016-06-12 09:56:35socketpaircreate