Irit Katriel <iritkatr...@gmail.com> added the comment:
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. ---------- nosy: +iritkatriel status: open -> pending versions: +Python 3.10, Python 3.11 -Python 3.5, Python 3.6, Python 3.7, Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38836> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com