diff options
Diffstat (limited to 'Lib/email/Utils.py')
-rw-r--r-- | Lib/email/Utils.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/email/Utils.py b/Lib/email/Utils.py index 28b4459954..49232f71db 100644 --- a/Lib/email/Utils.py +++ b/Lib/email/Utils.py @@ -66,8 +66,6 @@ def _identity(s): def _bdecode(s): - if not s: - return s # We can't quite use base64.encodestring() since it tacks on a "courtesy # newline". Blech! if not s: |