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 James.Bailey
Recipients James.Bailey, eli.bendersky, math_foo, r.david.murray, rhettinger, ruffsl, scoder, urule99
Date 2018-02-18.20:52:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518987141.37.0.467229070634.issue20928@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed with ruffsl's concerns about the overly aggressive detection of infinite recursion.

I also wonder if the hrefs should be normalized or canonized for the check? The check may miss infinite recursions if the hrefs happen to be written in non-matching but equivalent forms. Ex: relative versus absolute paths.
History
Date User Action Args
2018-02-18 20:52:21James.Baileysetrecipients: + James.Bailey, rhettinger, scoder, r.david.murray, eli.bendersky, math_foo, urule99, ruffsl
2018-02-18 20:52:21James.Baileysetmessageid: <1518987141.37.0.467229070634.issue20928@psf.upfronthosting.co.za>
2018-02-18 20:52:21James.Baileylinkissue20928 messages
2018-02-18 20:52:21James.Baileycreate