Brett Cannon <br...@python.org> added the comment:

Yes, it could do all of this. One possibility that I was thinking of, was this 
could be a setUp()/tearDown() thing as well instead of a context manager. 
Another option is a simple decorator. Either way it might be easier to have it 
just save state and then in the body of the code set everything as desired 
instead of in the context manager's init.

----------

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

Reply via email to