[3.6] bpo-35155: clarify protocol handler method naming (GH-10313) by miss-islington · Pull Request #12503 · python/cpython

@Denton-L @miss-islington

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>

orsenthil