Message340226
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. |
|
Date |
User |
Action |
Args |
2019-04-14 19:07:17 | scoder | set | recipients:
+ scoder, rhettinger, eli.bendersky, steve.dower, ben.wainwright, xtreak |
2019-04-14 19:07:17 | scoder | set | messageid: <1555268837.76.0.436665567301.issue30485@roundup.psfhosted.org> |
2019-04-14 19:07:17 | scoder | link | issue30485 messages |
2019-04-14 19:07:17 | scoder | create | |
|