]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35155: clarify protocol handler method naming (GH-10313)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Mar 2019 23:30:04 +0000 (16:30 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Mar 2019 23:30:04 +0000 (16:30 -0700)
commit868581ee7687ad25af70c0cb9cd6a0f2077e6422
tree5c43e1ffa733ae17672262599620a3fcef927ed3
parent2d7798ad12456e137b3e3bc82a9824d0d3d45af0
bpo-35155: clarify protocol handler method naming (GH-10313)

Clarify that the naming of protocol handler methods shouldn't be literally called "protocol" but should be named after the actual protocol.

https://bugs.python.org/issue35155
(cherry picked from commit dd7c4ceed90792f711347024852d4cf883a9ab9e)

Co-authored-by: Denton Liu <liu.denton+github@gmail.com>
Doc/library/urllib.request.rst