]> granicus.if.org Git - python/commit
Issue #7449, part 8: don't skip the whole test_asynchat if threading is missing
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 27 Apr 2010 23:03:16 +0000 (23:03 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 27 Apr 2010 23:03:16 +0000 (23:03 +0000)
commit09227b9111380cf4daf0afbdb29bc305b294c11c
tree3f430ec03e0932464792988ccf9f897545bb3b3f
parentbe595d336c6e3cdd899e9c031e86bf6dab850c07
Issue #7449, part 8: don't skip the whole test_asynchat if threading is missing

TestFifo can be executed without the threading module
Lib/test/test_asynchat.py