[Python-Dev] issue 8832: Add a context manager to dom.minidom

Nick Coghlan ncoghlan at gmail.com
Tue Jun 8 22:49:01 CEST 2010


On 09/06/10 05:58, Kristján Valur Jónsson wrote:
> I haven‘t had any comment on this patch, are there any objections?
>
> http://bugs.python.org/issue8832

Sounds good to me. One of the nice things about the context management 
protocol is that it doesn't interfere with any code that isn't 
explicitly written to take advantage of it.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------


More information about the Python-Dev mailing list