projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12fe72e
)
typo
author
Skip Montanaro
<skip@pobox.com>
Tue, 25 Feb 2003 17:48:15 +0000
(17:48 +0000)
committer
Skip Montanaro
<skip@pobox.com>
Tue, 25 Feb 2003 17:48:15 +0000
(17:48 +0000)
Lib/httplib.py
patch
|
blob
|
history
diff --git
a/Lib/httplib.py
b/Lib/httplib.py
index e98fa4637d096a6c29efb0d9e04996cdbdfb839a..088e3f3905208cbbe092d0bddbaea763b63430e5 100644
(file)
--- a/
Lib/httplib.py
+++ b/
Lib/httplib.py
@@
-1140,7
+1140,7
@@
class LineAndFileWrapper:
def _done(self):
# called when the last byte is read from the line. After the
# call, all read methods are delegated to the underlying file
- # ob
h
ect.
+ # ob
j
ect.
self._line_consumed = 1
self.read = self._file.read
self.readline = self._file.readline