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 trey
Recipients AlexWaygood, docs@python, trey
Date 2022-01-10.19:19:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641842385.8.0.624949659899.issue46334@roundup.psfhosted.org>
In-reply-to
Content
I just realized those only affects some terms.

parameter works: https://docs.python.org/3/glossary.html#term-parameter

And LBYL does work but only if LBYL was used: https://docs.python.org/3/glossary.html#term-LBYL

The EAFP term does link to #term-LBYL instead of the old #term-lbyl.

It looks like the capitalization changed. The search doesn't seem to know that though (the LBYL glossary link at the top is broken): https://docs.python.org/3/search.html?q=lbyl

I would vote for changing the link back to lowercase rather than changing the search to link to the new URL. Otherwise links to specific glossary terms scattered around the internet will all link to the top of the glossary page instead.
History
Date User Action Args
2022-01-10 19:19:45treysetrecipients: + trey, docs@python, AlexWaygood
2022-01-10 19:19:45treysetmessageid: <1641842385.8.0.624949659899.issue46334@roundup.psfhosted.org>
2022-01-10 19:19:45treylinkissue46334 messages
2022-01-10 19:19:45treycreate