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