]> granicus.if.org Git - python/commit
bpo-33694: Fix typo in helper function name (GH-7522)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 8 Jun 2018 08:48:50 +0000 (01:48 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Jun 2018 08:48:50 +0000 (01:48 -0700)
commit17beebcc8b22a66b7973cbe5b1577567ab391c0a
treec7d6821b40977c8b58d517026dfaf7ddb73851ea
parent76bef61b41a44a0654eaaee65f68cc0332ccfb7f
bpo-33694: Fix typo in helper function name (GH-7522)

_feed_data_to_bufferred_proto() renamed to
_feed_data_to_buffered_proto() ("bufferred" => "buffered").

Typo spotted by Nathaniel J. Smith.
(cherry picked from commit ff6c07729211fb98431a2793e074d07a21e0650a)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/asyncio/proactor_events.py
Lib/asyncio/protocols.py
Lib/asyncio/sslproto.py
Lib/test/test_asyncio/test_sslproto.py