Re: [Python-Dev] issue 2170 review

2009-03-22 Thread Brett Cannon
On Sun, Mar 22, 2009 at 18:49, R. David Murray wrote: > Instead of looking at a bunch of issues last week the way I'd originally > intended, I wound up doing a review of a particular patch submission, > issue 2170. This is a refactoring of the 'normalize' method of > xml.dom.minidom. I wound up

[Python-Dev] issue 2170 review

2009-03-22 Thread R. David Murray
Instead of looking at a bunch of issues last week the way I'd originally intended, I wound up doing a review of a particular patch submission, issue 2170. This is a refactoring of the 'normalize' method of xml.dom.minidom. I wound up redoing the patch with a different refactoring after finding o