mirror of
https://github.com/python/cpython.git
synced 2025-08-26 03:34:43 +00:00
Whitespace normalization.
This commit is contained in:
parent
8531b1b28d
commit
c411dbaeee
14 changed files with 48 additions and 50 deletions
|
@ -56,4 +56,3 @@ r.begin()
|
||||||
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 @@ if hasattr(signal, "sigprocmask"):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
raise TestFailed, "sigsupsend didn't raise"
|
raise TestFailed, "sigsupsend didn't raise"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue