Nick Coghlan <ncogh...@gmail.com> added the comment:

Because I don't want to conflate the two APIs. ContextDecorator can be used 
with *any* context manager, and some of those may already be using their copy 
semantics for something else.

If anyone ever writes the __with__ PEP, then ContextDecorator._recreate can be 
updated to use that, but in the meantime an operation specific internal API is 
my preferred option.

----------

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

Reply via email to