Closed
Description
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.