]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(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)
commit72f8e256f6838b04c5dcfec21c40faa219eab0be
tree9325858cf6b60bcb61477a4216466660f216e89c
parent985e8d8fb39c22445229f1b548dcd2009fd90c99
parent1314f06293393bf5ec403a39dffe3f4c33b88bc4
(Merge 3.4) asyncio: test_selector_events: remove duplicate call to
_on_handshake() method

The _SelectorSslTransport constructor already calls it.