This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jorend
Recipients
Date 2007-04-24.11:53:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Neal, thanks for looking at this.

Size:  Yeah.  :-\  I don't know what to do about this.  There were a lot of bugs, so there are a lot of diffs.  :(

Whitespace:  I checked, and the extra whitespace is definitely in trunk's Lib/test/test_minidom.py; a recent change added it.  This patch removes it.  (I could revert the whitespace anyway, just to reduce the size of the patch.  Let me know if I should do this.)

Doc:  Oops!  I will fix this today and upload a new patch.

pass:  Thanks, I'll change as suggested.  (Just to explain myself-- I used "if name == 'nodeValue': pass; else: ..." because 'nodeValue' is the special case, and the special behavior is "do nothing".  But I'm not attached to that wording.  I'll change it.)
History
Date User Action Args
2007-08-23 15:58:06adminlinkissue1704134 messages
2007-08-23 15:58:06admincreate