]> granicus.if.org Git - python/commit
Jack Jansen reported that the regression test failed on the Mac where
authorGuido van Rossum <guido@python.org>
Wed, 11 Oct 2000 21:34:53 +0000 (21:34 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Oct 2000 21:34:53 +0000 (21:34 +0000)
commit4bbea05c4e0dcef4c6bb8d83231126c53b7d99d5
treed3598eeec81385571594a5835ef175be9b4c9f73
parent7e3e1c1ece9173b10b2e89848f814d0c346a869d
Jack Jansen reported that the regression test failed on the Mac where
string.letters was much more than expected.

Solution: explicit is better than implicit; don't rely on
string.letters.
Lib/test/test_StringIO.py