bpo-35155: clarify protocol handler method naming by Denton-L · Pull Request #10313 · python/cpython

lysnikolaou

vadmium

eamanu

merwok

@Denton-L

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

brettcannon

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 22, 2019
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 dd7c4ce)

Co-authored-by: Denton Liu <liu.denton+github@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 22, 2019
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 dd7c4ce)

Co-authored-by: Denton Liu <liu.denton+github@gmail.com>

miss-islington added a commit that referenced this pull request

Mar 22, 2019
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 dd7c4ce)

Co-authored-by: Denton Liu <liu.denton+github@gmail.com>