cpython: 0a5c5399f638 (original) (raw)
Mercurial > cpython
changeset 80947:0a5c5399f638 2.7
revert comment wording (#16714) [#16714]
Andrew Svetlov andrew.svetlov@gmail.com | |
---|---|
date | Wed, 19 Dec 2012 22:47:05 +0200 |
parents | 8c2635afbfe1 |
children | b227f8f7242d |
files | Lib/email/header.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/email/header.py 2 |
line wrap: on
line diff
--- a/Lib/email/header.py +++ b/Lib/email/header.py @@ -103,7 +103,7 @@ def decode_header(header): dec = email.base64mime.decode(encoded) except binascii.Error: # Turn this into a higher level exception. BAW: Right
# now we raise the lower level exception away but[](#l1.7)
# now we throw the lower level exception away but[](#l1.8) # when/if we get exception chaining, we'll preserve it.[](#l1.9) raise HeaderParseError[](#l1.10) if dec is None:[](#l1.11)