]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.4) Closes #21582: Cleanup test_asyncore. Patch written by diana.
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Jun 2014 20:47:41 +0000 (22:47 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Jun 2014 20:47:41 +0000 (22:47 +0200)
commitc3bc856f426d8c182b4ecbdf584717e27389c505
tree1676c79d2e0ac46a8030df0e6b09b7f06ecca3aa
parent7b2ecc40a9fdf134e433eb9a5c411bcce15bacf4
parent252d40ef1ee627148ae12ab9cbf812cfeeb27655
(Merge 3.4) Closes #21582: Cleanup test_asyncore. Patch written by diana.

- Use support.captured_stderr() where appropriate
- Removes some "from test.support import xxx" import and uses support.xxx
  instead.
Lib/test/test_asyncore.py