Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9db2816

Browse files
committed
merge 3.3
2 parents 068f81e + 0fd3972 commit 9db2816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_httpservers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def test_os_environ_is_not_altered(self):
487487

488488
def test_urlquote_decoding_in_cgi_check(self):
489489
res = self.request('/cgi-bin%2ffile1.py')
490-
self.assertEqual((b'Hello World\n', 'text/html', 200),
490+
self.assertEqual((b'Hello World' + self.linesep, 'text/html', 200),
491491
(res.read(), res.getheader('Content-type'), res.status))
492492

493493

0 commit comments

Comments
 (0)