bpo-35155: clarify protocol handler method naming by Denton-L · Pull Request #10313 · python/cpython
This patch clarifies that the naming of protocol handler methods shouldn't be literally called "protocol" but should be named after the actual protocol.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Mar 22, 2019Clarify 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, 2019Clarify 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, 2019Clarify 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters