]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.4) Issue #20055: Fix BaseEventLoop.stop() docstring, incomplete
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Jul 2014 09:34:26 +0000 (11:34 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Jul 2014 09:34:26 +0000 (11:34 +0200)
commitf0d6062e4294d479986f835b7be1ec4cd7d2747e
tree6f662d5eb255cc6e8709b9c32993b13f75079016
parenteb14455877c980f44ecf1e2ce157467f527c9ff9
parent5006b1fd96d614e521573e98ce834e5da17b39c7
(Merge 3.4) Issue #20055: Fix BaseEventLoop.stop() docstring, incomplete
sentence. Patch written by Saimadhav Heblikar.