]> granicus.if.org Git - python/commit
Closes #21582: Cleanup test_asyncore. Patch written by diana.
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Jun 2014 20:44:40 +0000 (22:44 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Jun 2014 20:44:40 +0000 (22:44 +0200)
commit252d40ef1ee627148ae12ab9cbf812cfeeb27655
treef701ae8e1f4f18be57b93f00b0c021c9eff98507
parent680241ec995b5ef1a27a7b4e6f42be16ec21dd25
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