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 eric.smith
Recipients eric.smith, exarkun, georg.brandl
Date 2010-12-09.18:22:36
SpamBayes Score 0.024683785
Marked as misclassified No
Message-id <1291918962.3.0.658344183014.issue10661@psf.upfronthosting.co.za>
In-reply-to
Content
This should be either:
'<QName %r>' % (self.text,)
or:
'<QName {!r}>'.format(self.text)

If self.text is a tuple (which granted is its own error), then the version checked in will raise an exception.
History
Date User Action Args
2010-12-09 18:22:42eric.smithsetrecipients: + eric.smith, georg.brandl, exarkun
2010-12-09 18:22:42eric.smithsetmessageid: <1291918962.3.0.658344183014.issue10661@psf.upfronthosting.co.za>
2010-12-09 18:22:36eric.smithlinkissue10661 messages
2010-12-09 18:22:36eric.smithcreate