mirror of https://github.com/python/cpython.git
Whitespace normalization.
This commit is contained in:
parent
8531b1b28d
commit
c411dbaeee
|
@ -56,4 +56,3 @@ def makefile(self, mode, bufsize=None):
|
||||||
cookies = r.getheader("Set-Cookie")
|
cookies = r.getheader("Set-Cookie")
|
||||||
if cookies != hdr:
|
if cookies != hdr:
|
||||||
raise AssertionError, "multiple headers not combined properly"
|
raise AssertionError, "multiple headers not combined properly"
|
||||||
|
|
||||||
|
|
|
@ -125,4 +125,3 @@ def hup2(signum, frame):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
raise TestFailed, "sigsupsend didn't raise"
|
raise TestFailed, "sigsupsend didn't raise"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue