]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bugfix to ESR's code reported by himself: should use hasattr() to test
authorGuido van Rossum <guido@python.org>
Mon, 22 Jun 1998 15:46:26 +0000 (15:46 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 22 Jun 1998 15:46:26 +0000 (15:46 +0000)
commit5430b432e6a40c45b790afb2e21668d8164342a6
treec94148e02b744d5f44e043f5f179874a2971523b
parent65b7863efc55a284bb16d4c4a25f774dcbe21776
Bugfix to ESR's code reported by himself: should use hasattr() to test
for presence unread, not getattr()!
Lib/rfc822.py