mirror of https://github.com/python/cpython.git
merge 3.3
This commit is contained in:
commit
9db281662d
|
@ -487,7 +487,7 @@ def test_os_environ_is_not_altered(self):
|
||||||
|
|
||||||
def test_urlquote_decoding_in_cgi_check(self):
|
def test_urlquote_decoding_in_cgi_check(self):
|
||||||
res = self.request('/cgi-bin%2ffile1.py')
|
res = self.request('/cgi-bin%2ffile1.py')
|
||||||
self.assertEqual((b'Hello World\n', 'text/html', 200),
|
self.assertEqual((b'Hello World' + self.linesep, 'text/html', 200),
|
||||||
(res.read(), res.getheader('Content-type'), res.status))
|
(res.read(), res.getheader('Content-type'), res.status))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue