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 iritkatriel
Recipients MaT1g3R, docs@python, iritkatriel, mdk
Date 2021-12-05.23:21:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638746492.38.0.0910641750519.issue38836@roundup.psfhosted.org>
In-reply-to
Content
On a Mac I was unable to reproduce this - the link to the search results give me a list of two items:

1. os.walk linking to https://docs.python.org/3.9/library/os.html?highlight=os.walk#os.walk

2. Changelog linking to https://docs.python.org/3.9/whatsnew/changelog.html?highlight=os.walk

However, on windows I got a list of 4 items:

1. os.walk : https://docs.python.org/3.9/library/os.html?highlight=os%20walk#os.walk

2. os.fwalk: https://docs.python.org/3.9/library/os.html?highlight=os%20walk#os.fwalk

3. os.fwalk: https://docs.python.org/3.9/library/os.html?highlight=os%20walk#os.fwalk

4. os.walk: https://docs.python.org/3.9/library/os.html?highlight=os%20walk#os.walk


In summary: 

Mac didn't know os.fwalk. Windows didn't show the Changelog. Windows showed each link twice.
History
Date User Action Args
2021-12-05 23:21:32iritkatrielsetrecipients: + iritkatriel, docs@python, mdk, MaT1g3R
2021-12-05 23:21:32iritkatrielsetmessageid: <1638746492.38.0.0910641750519.issue38836@roundup.psfhosted.org>
2021-12-05 23:21:32iritkatriellinkissue38836 messages
2021-12-05 23:21:32iritkatrielcreate