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
Date 2021-01-09.21:23:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610227417.16.0.538971054996.issue42878@roundup.psfhosted.org>
In-reply-to
Content
In docs, it mentions that the function returns true if the base is a 'suburi' of test, but in reality, if is_suburi(base, test) then is_suburi(test, base) which is wrong in most cases (other than where base ~= test, meaning they are the same location)
I am unsure which versions of python are affected, but i suspect most of them (although we probably shouldn't backport this fix?)
History
Date User Action Args
2021-01-09 21:23:37Fongemesetrecipients: + Fongeme
2021-01-09 21:23:37Fongemesetmessageid: <1610227417.16.0.538971054996.issue42878@roundup.psfhosted.org>
2021-01-09 21:23:37Fongemelinkissue42878 messages
2021-01-09 21:23:37Fongemecreate