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 Denton-L
Recipients Denton-L, docs@python
Date 2018-11-03.23:11:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541286673.86.0.788709270274.issue35155@psf.upfronthosting.co.za>
In-reply-to
Content
The urllib.request documentation that they can add their own protocol handlers, however they are unclear on how they should be named. We should replace instances of things like protocol_request with <protocol>_request to make it clear that we are literally replacing "protocol" with the literal protocol.

I am creating this issue because I had to actually read the urllib.request source code in order to figure out how to use the protocol handler APIs.
History
Date User Action Args
2018-11-03 23:11:13Denton-Lsetrecipients: + Denton-L, docs@python
2018-11-03 23:11:13Denton-Lsetmessageid: <1541286673.86.0.788709270274.issue35155@psf.upfronthosting.co.za>
2018-11-03 23:11:13Denton-Llinkissue35155 messages
2018-11-03 23:11:13Denton-Lcreate