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 _doublep
Recipients _doublep, drtomc, loewis
Date 2007-11-07.01:08:23
SpamBayes Score 0.07738075
Marked as misclassified No
Message-id <1194397703.7.0.223777629093.issue1390@psf.upfronthosting.co.za>
In-reply-to
Content
Well, it seems that allows createComment() in minidom to raise something
implementation/language specific.  I personally would prefer this (e.g.
a ValueError) instead of raising on serialization step, as I prefer
early error checks, when these checks obviously relate to some place in
the code.  In any way, I think that either createComment() should raise
or toxml(), but generating non-well formed output is a bug.
History
Date User Action Args
2007-11-07 01:08:23_doublepsetspambayes_score: 0.0773807 -> 0.07738075
recipients: + _doublep, loewis, drtomc
2007-11-07 01:08:23_doublepsetspambayes_score: 0.0773807 -> 0.0773807
messageid: <1194397703.7.0.223777629093.issue1390@psf.upfronthosting.co.za>
2007-11-07 01:08:23_doubleplinkissue1390 messages
2007-11-07 01:08:23_doublepcreate