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 scoder
Recipients ben.wainwright, eli.bendersky, rhettinger, scoder, steve.dower, xtreak
Date 2019-04-14.19:07:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555268837.76.0.436665567301.issue30485@roundup.psfhosted.org>
In-reply-to
Content
The script seems to generally assume that "" is a good representation for "no prefix", i.e. the default namespace, although that is IMHO more correctly represented as None. It's not very likely that this is the only script out there that makes that assumption.

In fact, this might not be an entirely stupid assumption, given that None doesn't sort together with strings, for example. And sorting prefixes is not an unusual thing to do.

That makes it a case of "practicality beats purity", I guess …

I'll change the implementation to allow empty strings.
History
Date User Action Args
2019-04-14 19:07:17scodersetrecipients: + scoder, rhettinger, eli.bendersky, steve.dower, ben.wainwright, xtreak
2019-04-14 19:07:17scodersetmessageid: <1555268837.76.0.436665567301.issue30485@roundup.psfhosted.org>
2019-04-14 19:07:17scoderlinkissue30485 messages
2019-04-14 19:07:17scodercreate