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 docs@python, eric.smith, matrixise, refi64, serhiy.storchaka
Date 2017-01-21.11:19:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484997551.64.0.757370184971.issue28489@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-01-21 11:19:11eric.smithsetrecipients: + eric.smith, docs@python, serhiy.storchaka, matrixise, refi64
2017-01-21 11:19:11eric.smithsetmessageid: <1484997551.64.0.757370184971.issue28489@psf.upfronthosting.co.za>
2017-01-21 11:19:11eric.smithlinkissue28489 messages
2017-01-21 11:19:11eric.smithcreate