Steven D'Aprano wrote:
- should targets match longest first or shortest first? or a flag
  to choose which you want?

- what if you have multiple targets and you need to give some longer
  ones priority, and some shorter ones?

I think the suggestion made earlier is reasonable: match
them in the order they're given. Then the user gets
complete control over the priorities.

--
Greg
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to