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 meersuri
Recipients AlexWaygood, Dutcho, JelleZijlstra, docs@python, eric.araujo, ethan.furman, mdk, meersuri, python-dev, zach.ware
Date 2022-02-13.14:28:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644762494.58.0.196649532323.issue46586@roundup.psfhosted.org>
In-reply-to
Content
Also this one?- 

https://docs.python.org/3.11/library/urllib.request.html?highlight=urllib%20request#urllib.request.OpenerDirector.open

Arguments, return values and exceptions raised are the same as those of urlopen() (which simply calls the open() method on the currently installed global OpenerDirector).

open() points to the builtins function but the markup used is :meth:`open` and the logic of the sentence suggests the link was meant to be to OpenerDirector.open()
History
Date User Action Args
2022-02-13 14:28:14meersurisetrecipients: + meersuri, eric.araujo, docs@python, ethan.furman, python-dev, zach.ware, JelleZijlstra, mdk, Dutcho, AlexWaygood
2022-02-13 14:28:14meersurisetmessageid: <1644762494.58.0.196649532323.issue46586@roundup.psfhosted.org>
2022-02-13 14:28:14meersurilinkissue46586 messages
2022-02-13 14:28:14meersuricreate