]> granicus.if.org Git - python/commit
Include the timeout value in TimeoutExpired.
authorReid Kleckner <reid@kleckner.net>
Wed, 16 Mar 2011 20:57:54 +0000 (16:57 -0400)
committerReid Kleckner <reid@kleckner.net>
Wed, 16 Mar 2011 20:57:54 +0000 (16:57 -0400)
commit2b228f0d9b3bc5ed99162b052c5eae515f55f3b8
tree68808b19c1385635c3af66162ca4376cffdcccf7
parent252183e4b6ebddb15a3f82e33a58b90809a46b9d
Include the timeout value in TimeoutExpired.

This was the original intention, but it wasn't threaded all the way through due
to 'endtime'.  Also added a trivial assertion to get coverage of __str__.
Lib/subprocess.py
Lib/test/test_subprocess.py