(original) (raw)

changeset: 80947:0a5c5399f638 branch: 2.7 parent: 80931:8c2635afbfe1 user: Andrew Svetlov andrew.svetlov@gmail.com date: Wed Dec 19 22:47:05 2012 +0200 files: Lib/email/header.py description: revert comment wording (#16714) diff -r 8c2635afbfe1 -r 0a5c5399f638 Lib/email/header.py --- a/Lib/email/header.py Tue Dec 18 21:27:37 2012 +0200 +++ b/Lib/email/header.py Wed Dec 19 22:47:05 2012 +0200 @@ -103,7 +103,7 @@ 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 + # now we throw the lower level exception away but # when/if we get exception chaining, we'll preserve it. raise HeaderParseError if dec is None: /andrew.svetlov@gmail.com