Richard <nyuszik...@gmail.com> added the comment:

Sorry for reviving a 9 months old issue, but IMO there was no good reason to 
reject this especially when a patch was provided. Even if the context manager 
can be replaced with 3 lines of code, I still don't consider that very 
user-friendly.

My use case would be passing `delete=False` temporarily while debugging my 
script, it would be much simpler than using a whole different hacky method when 
the end goal is to change it back to `delete=True` once it is completed anyway.

What issues exactly does the addition of a simple option cause? I don't think 
something as trivial as this causes a maintenance burden, and you can't call it 
feature creep either when TemporaryDirectory doesn't have *any* other optional 
keyword arguments.

----------
nosy: +nyuszika7h

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

Reply via email to