Fix a bunch of doctests with the -d option of refactor.py.

We still have 27 failing tests (down from 39).
This commit is contained in:
Guido van Rossum 2007-02-09 20:13:25 +00:00
parent 4502c804b9
commit 7131f84400
24 changed files with 217 additions and 217 deletions

View file

@ -101,7 +101,7 @@ def test_request_headers_methods():
>>> r.has_header("Not-there")
False
>>> print r.get_header("Not-there")
>>> print(r.get_header("Not-there"))
None
>>> r.get_header("Not-there", "default")
'default'