]> granicus.if.org Git - python/commit
Use a larger amount of data for tests such as the interrupted_write
authorGregory P. Smith <greg@krypto.org>
Wed, 20 Mar 2013 06:27:09 +0000 (23:27 -0700)
committerGregory P. Smith <greg@krypto.org>
Wed, 20 Mar 2013 06:27:09 +0000 (23:27 -0700)
commit016b9e38f7b5362df21526fce4c7e675de50bebf
tree2c8ebe025766cb6509a13605a4ec8b567ab91471
parenteddb0a7884e7b9edaeed8c5f6b250c40ece403ad
parent91110f5e5523b578cb74bf81473eb858f86e5338
Use a larger amount of data for tests such as the interrupted_write
tests that depend on filling up an OS pipe so that they work properly
on systems configured with large pipe buffers.

Also a subprocess docstring update that i forgot was in my client when
i did the original 3.3 commit... easier to just leave that in here
with this one than go back and undo/redo.
Lib/subprocess.py
Lib/test/support.py