mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
merge 3.4
This commit is contained in:
commit
2ce54c2912
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ class CGIHTTPServerTestCase(BaseTestCase):
|
|||
|
||||
def test_urlquote_decoding_in_cgi_check(self):
|
||||
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))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue