diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-04-10 19:15:28 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-04-10 19:15:28 (GMT) |
commit | dbb369d0efaefeccb460ffb74b1617bea1d429f7 (patch) | |
tree | 668e634f386633cd839b99c6da8f83c8bab347fc /Lib/test | |
parent | 935b62968e7b8e38fa5d91441d2eb48f2fbda2da (diff) | |
download | cpython-dbb369d0efaefeccb460ffb74b1617bea1d429f7.zip cpython-dbb369d0efaefeccb460ffb74b1617bea1d429f7.tar.gz cpython-dbb369d0efaefeccb460ffb74b1617bea1d429f7.tar.bz2 |
3.2- 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 4d58e4b..e83c048 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'), |