[Python-Dev] issue 8832: Add a context manager to dom.minidom (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Tue Jun 8 22:49:01 CEST 2010
- Previous message: [Python-Dev] issue 8832: Add a context manager to dom.minidom
- Next message: [Python-Dev] Reintroduce or drop completly hex, bz2, rot13, ... codecs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
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
- Previous message: [Python-Dev] issue 8832: Add a context manager to dom.minidom
- Next message: [Python-Dev] Reintroduce or drop completly hex, bz2, rot13, ... codecs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]