]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-27300: Add the errors parameter to tempfile classes. (GH-6696)
authorsth <sth.dev@tejp.de>
Wed, 23 May 2018 05:07:01 +0000 (07:07 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 23 May 2018 05:07:01 +0000 (08:07 +0300)
commit825aab95fde959541859383f8ea7e7854ebfd49f
tree727aafb15e3d3054ccd279f732b715aae74f899d
parent0e61dffdbaf39ac5916ce431ff3b37db8faa1d2d
bpo-27300: Add the errors parameter to tempfile classes. (GH-6696)
Doc/library/tempfile.rst
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS.d/next/Library/2018-05-01-02-24-44.bpo-27300.LdIXvK.rst [new file with mode: 0644]