]> granicus.if.org Git - python/commit
asyncio: test_selector_events: remove duplicate call to _on_handshake() method
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 16 Jul 2014 16:02:10 +0000 (18:02 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 16 Jul 2014 16:02:10 +0000 (18:02 +0200)
commit1314f06293393bf5ec403a39dffe3f4c33b88bc4
tree203e5540318e9c3555222b16eb7943bcfe166352
parent9b7f9e6c5a4f0d31333b7f10fac0c6c92b8e53bc
asyncio: test_selector_events: remove duplicate call to _on_handshake() method

The _SelectorSslTransport constructor already calls it.
Lib/test/test_asyncio/test_selector_events.py