Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove unnecessary comments from test case
  • Loading branch information
stefanzetzsche committed Mar 12, 2026
commit 269a349738a505f465ba53c8218e2bf5317fd1e8
2 changes: 0 additions & 2 deletions Lib/test/test_email/test_email.py
Original file line number Diff line number Diff line change
Expand Up @@ -4829,8 +4829,6 @@ def test_decode_false_quoting(self):
self._test_decode('A=1,B=A ==> A+B==2', 'A=1,B=A ==> A+B==2')

def test_decode_crlf_eol_no_trailing_newline(self):
# decode() with eol='\r\n' should not leave a stray \r
# when the input has no trailing line ending.
self._test_decode('abc', 'abc', eol='\r\n')

def test_decode_crlf_eol_multiline_no_trailing_newline(self):
Expand Down
Loading