cpython: 4f64b1c87a56 (original) (raw)

Mercurial > cpython

changeset 100893:4f64b1c87a56 2.7

Issue #26609: Fix up Python 2 port [#26609]

Martin Panter vadmium+py@gmail.com
date Sat, 09 Apr 2016 13:45:52 +0000
parents 2691f81a89a7
children 4dc347c5c8a8
files Lib/test/test_httpservers.py
diffstat 1 files changed, 6 insertions(+), 6 deletions(-)[+] [-] Lib/test/test_httpservers.py 12

line wrap: on

line diff

--- a/Lib/test/test_httpservers.py +++ b/Lib/test/test_httpservers.py @@ -363,17 +363,17 @@ class SimpleHTTPServerTestCase(BaseTestC def test_path_without_leading_slash(self): response = self.request(self.tempdir_name + '/test')