summaryrefslogtreecommitdiff
path: root/Lib/test/test_httpservers.py
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-04-11 03:16:16 +0800
committerSenthil Kumaran <senthil@uthcode.com>2012-04-11 03:16:16 +0800
commitd05853da974d4061d477e120898df448748f6d7d (patch)
treea996c544cfab76ccd05c9e1ca9b32e53b82d49a4 /Lib/test/test_httpservers.py
parenteba2428002c7c98ba98141f710322904a8928b47 (diff)
parentdbb369d0efaefeccb460ffb74b1617bea1d429f7 (diff)
downloadcpython-git-d05853da974d4061d477e120898df448748f6d7d.tar.gz
merge - fix the incorrect changes made for PATH_INFO value - Issue10484
Diffstat (limited to 'Lib/test/test_httpservers.py')
-rw-r--r--Lib/test/test_httpservers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_httpservers.py b/Lib/test/test_httpservers.py
index 1b807dde02..cc15dd680d 100644
--- a/Lib/test/test_httpservers.py
+++ b/Lib/test/test_httpservers.py
@@ -377,7 +377,6 @@ class CGIHTTPServerTestCase(BaseTestCase):
'/.//': ('/', ''),
'cgi-bin/file1.py': ('/cgi-bin', 'file1.py'),
'/cgi-bin/file1.py': ('/cgi-bin', 'file1.py'),
- '/cgi-bin/file1.py/PATH-INFO': ('/cgi-bin', 'file1.py/PATH-INFO'),
'a': ('/', 'a'),
'/a': ('/', 'a'),
'//a': ('/', 'a'),