On Sat, Mar 3, 2018 at 1:18 AM, <ooom...@gmail.com> wrote: > On Friday, March 2, 2018 at 8:16:22 AM UTC, Paul Rubin wrote:[snip] >> controlling stuff like file handles >> with scopes (like with "with") is fine. > > How does with work for non-trivial/composite objects that represent/reference > multiple resources or even a hierarchy of such objects where all the > resources held must be released in a timely fashion when finished with? >
Can you give me an example that works with RAII but doesn't work in a 'with' statement? ChrisA -- https://mail.python.org/mailman/listinfo/python-list