Should tempfile.NamedTemporaryFile() not raise FileNotFoundError if the file does not exist at the moment of closing?

What does everyone think about making "tempfile.NamedTemporaryFile()" not raising "FileNotFoundError" in case if when it closes and the file is already deleted?

I think it's a fine idea. You should probably just file an issue and create a PR. Good luck! On Wed, Jul 17, 2019 at 8:35 AM Andrew Pashkin <andrew.pashkin@gmx.co.uk> wrote:
-- --Guido van Rossum (python.org/~guido) *Pronouns: he/him/his **(why is my pronoun here?)* <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-c...>

I think it's a fine idea. You should probably just file an issue and create a PR. Good luck! On Wed, Jul 17, 2019 at 8:35 AM Andrew Pashkin <andrew.pashkin@gmx.co.uk> wrote:
-- --Guido van Rossum (python.org/~guido) *Pronouns: he/him/his **(why is my pronoun here?)* <http://feministing.com/2015/02/03/how-using-they-as-a-singular-pronoun-can-c...>
participants (2)
-
Andrew Pashkin
-
Guido van Rossum