]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(Merge 3.4) asyncio: test_selector_events: remove duplicate call to
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 16 Jul 2014 16:03:26 +0000 (18:03 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 16 Jul 2014 16:03:26 +0000 (18:03 +0200)
_on_handshake() method

The _SelectorSslTransport constructor already calls it.


Trivial merge