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

Skip to content

Commit 0fd3972

Browse files
committed
merge 3.2
2 parents 6cd1954 + 314dc12 commit 0fd3972

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
@@ -466,7 +466,7 @@ def test_os_environ_is_not_altered(self):
466466

467467
def test_urlquote_decoding_in_cgi_check(self):
468468
res = self.request('/cgi-bin%2ffile1.py')
469-
self.assertEqual((b'Hello World\n', 'text/html', 200),
469+
self.assertEqual((b'Hello World' + self.linesep, 'text/html', 200),
470470
(res.read(), res.getheader('Content-type'), res.status))
471471

472472

0 commit comments

Comments
 (0)