]> granicus.if.org Git - python/commit
asyncio: subprocess_shell() and subprocess_exec() now raise ValueError instead of...
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 29 Jan 2014 22:35:15 +0000 (14:35 -0800)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 29 Jan 2014 22:35:15 +0000 (14:35 -0800)
commite623a12297756a4089c61555bea449016cca5180
tree7109f5c5ada78eba88b853bc20e987998af65f34
parent73f10fd2f1f7b74745e835eae4bd13b625598974
asyncio: subprocess_shell() and subprocess_exec() now raise ValueError instead of assert.

Moreover, bufsize different than 0 is now considered as an error.
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_events.py