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 Fongeme
Recipients Fongeme, cheryl.sabella, gvanrossum, orsenthil, terry.reedy
Date 2021-07-07.05:55:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625637304.83.0.908263063091.issue42878@roundup.psfhosted.org>
In-reply-to
Content
This issue was discovered when i was writing unit tests for #42766, since #42766 was fixed when i discovered it, i realized i might want a new issue, i don't mind moving this to be a comment, but there *are* 2 distinct test cases that fail:

a test case that would fail here:
is_suburi('/foo/bar', '/bar/foo') == True
which is different than;
is_suburi('/foo/bar', '/foobar') == True
History
Date User Action Args
2021-07-07 05:55:04Fongemesetrecipients: + Fongeme, gvanrossum, terry.reedy, orsenthil, cheryl.sabella
2021-07-07 05:55:04Fongemesetmessageid: <1625637304.83.0.908263063091.issue42878@roundup.psfhosted.org>
2021-07-07 05:55:04Fongemelinkissue42878 messages
2021-07-07 05:55:04Fongemecreate