Eric V. Smith added the comment:

Right, that's basically what _all_string_prefixes() does: it starts with the 6 
unique prefixes that are case- and order- independent ('b', 'r', 'u', 'f', 
'br', 'fr'), and adds the cased and ordered versions.

If you're saying that we should list those 8, and say "with all combinations of 
case", then I think we'd better off listing the 6 and saying "with all 
combinations of case and order". That's mainly because if "fbr" gets added, 
then the list of ordered ones gets larger.

But it's just a comment. I think we should just commit Ryan's last patch.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28489>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to