]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
This test relied on hard tab characters, so failed after whitespace
authorTim Peters <tim.peters@gmail.com>
Thu, 4 Oct 2001 06:26:17 +0000 (06:26 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 4 Oct 2001 06:26:17 +0000 (06:26 +0000)
commitc59fb2d2300d0d06f25ebdfc34d59ee07fcb0a15
tree2152dd0b8a2389d6dc513588d01514eb56ea6017
parent4fb1fe8bd20d0d3cfe15d4dcfa520b14c863f10a
This test relied on hard tab characters, so failed after whitespace
normalization.  Now uses \t in strings instead of hard tabs.
Lib/test/test_email.py