]> granicus.if.org Git - python/commit
Patch by Piet van Oostrum to avoid calculating with the result of
authorGuido van Rossum <guido@python.org>
Mon, 20 Jul 1998 15:24:01 +0000 (15:24 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Jul 1998 15:24:01 +0000 (15:24 +0000)
commit7333c4cafcbb0c0ea5ad7bed9f5f77c16a844e34
tree957b9a88784cccec31a779567021a7bcf9d83046
parenta9f445cd8d7360e7cc9a0026bd31d3d37e8450f3
Patch by Piet van Oostrum to avoid calculating with the result of
fp.tell() -- that won't work on Windows.

(A patch for rfc822 is still needed for one case where it finds a bad
header line and wants to back up.)
Lib/mailbox.py