[New-bugs-announce] [issue35155] Clarify Protocol Handlers in urllib.request Docs

Denton Liu report at bugs.python.org
Sat Nov 3 19:11:13 EDT 2018


New submission from Denton Liu <liu.denton at gmail.com>:

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.

----------
assignee: docs at python
components: Documentation
messages: 329210
nosy: Denton-L, docs at python
priority: normal
severity: normal
status: open
title: Clarify Protocol Handlers in urllib.request Docs
type: enhancement
versions: Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35155>
_______________________________________


More information about the New-bugs-announce mailing list