diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-04-10 19:16:16 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-04-10 19:16:16 (GMT) |
commit | d05853da974d4061d477e120898df448748f6d7d (patch) | |
tree | a996c544cfab76ccd05c9e1ca9b32e53b82d49a4 /Lib/test | |
parent | eba2428002c7c98ba98141f710322904a8928b47 (diff) | |
parent | dbb369d0efaefeccb460ffb74b1617bea1d429f7 (diff) | |
download | cpython-d05853da974d4061d477e120898df448748f6d7d.zip cpython-d05853da974d4061d477e120898df448748f6d7d.tar.gz cpython-d05853da974d4061d477e120898df448748f6d7d.tar.bz2 |
merge - fix the incorrect changes made for PATH_INFO value - Issue10484
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_httpservers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_httpservers.py b/Lib/test/test_httpservers.py index 1b807dd..cc15dd6 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'), |