]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Implement the suggestion of bug_id=122070: surround tell() call with
authorGuido van Rossum <guido@python.org>
Thu, 9 Nov 2000 18:05:24 +0000 (18:05 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 9 Nov 2000 18:05:24 +0000 (18:05 +0000)
commita66eed62fd232bc276e9f8169f9d9025937f8899
treed6d56793fed461d40105bba4e54764d4a318467a
parent17bfef5860493a0195c999ab44d4c849660cac30
Implement the suggestion of bug_id=122070: surround tell() call with
try/except.
Lib/rfc822.py