Antony Lee added the comment:

The change would be backwards-incompatible but also mimics the behavior of 
NamedTemporaryFile (which also fails to delete the file if the containing 
folder has been renamed -- this is easy to verify manually).
I guess the other option would be to use fd-based semantics?  (but it'd be 
preferable if the behavior was kept the same between TemporaryDirectory and 
NamedTemporaryFile).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20267>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to