[Python-checkins] cpython (2.7): revert comment wording (#16714)

andrew.svetlov python-checkins at python.org
Wed Dec 19 21:47:15 CET 2012


http://hg.python.org/cpython/rev/0a5c5399f638
changeset:   80947:0a5c5399f638
branch:      2.7
parent:      80931:8c2635afbfe1
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Wed Dec 19 22:47:05 2012 +0200
summary:
  revert comment wording (#16714)

files:
  Lib/email/header.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/email/header.py b/Lib/email/header.py
--- a/Lib/email/header.py
+++ b/Lib/email/header.py
@@ -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:

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list