]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add more tests for the threading.Thread.repr.
authorBrett Cannon <bcannon@gmail.com>
Fri, 23 Jul 2010 15:50:52 +0000 (15:50 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 23 Jul 2010 15:50:52 +0000 (15:50 +0000)
commit3f5f226ba0dab128f6a1b7ae534b1c29eb5db0e9
treeb7d969fa9074dbb5f23786908b4076de879c6fca
parent148724d39b082d9ea19297262d97984127594f14
Add more tests for the threading.Thread.repr.

Partially closes issue 9346. Thanks to Brian Brazil for the patch.
Lib/test/test_threading.py