]> granicus.if.org Git - python/commit
bpo-35155: clarify protocol handler method naming (GH-10313)
authorDenton Liu <liu.denton+github@gmail.com>
Fri, 22 Mar 2019 21:49:55 +0000 (14:49 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Mar 2019 21:49:55 +0000 (14:49 -0700)
commitdd7c4ceed90792f711347024852d4cf883a9ab9e
treea36f9b1545880d4e4b9f5389528a9fac6b03f0fd
parent96831c7fcf888af187bbae8254608cccb4d6a03c
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
Doc/library/urllib.request.rst