]> granicus.if.org Git - python/commit
Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Feb 2015 16:49:09 +0000 (17:49 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 27 Feb 2015 16:49:09 +0000 (17:49 +0100)
commitce8c7682d6e363281ef6ad63c2a90c7b5118c757
tree658b5e4a092f45a64783f93bf2c8c9fe4dd454bd
parentb389b482659a0633d84f15307c9605cc0bf28633
Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport

Methods only raise NotImplementedError and are never used.
Lib/asyncio/base_subprocess.py