Documentation
The third example in Examples section of tempfile module shows creating TemporaryFile with delete_on_close parameter, however the parameter is present only in NamedTemporaryFile class. Also, a colon is missing several lines below.
The Examples in 3.12 version is the same, so both 3.13 and 3.12 versions are affected.
Linked PRs
Documentation
The third example in Examples section of
tempfilemodule shows creatingTemporaryFilewithdelete_on_closeparameter, however the parameter is present only inNamedTemporaryFileclass. Also, a colon is missing several lines below.The Examples in 3.12 version is the same, so both 3.13 and 3.12 versions are affected.
Linked PRs