diff options
Diffstat (limited to 'Lib/email/header.py')
-rw-r--r-- | Lib/email/header.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/email/header.py b/Lib/email/header.py index cc6b278..3215a80 100644 --- a/Lib/email/header.py +++ b/Lib/email/header.py @@ -24,7 +24,6 @@ SPACE = ' ' BSPACE = b' ' SPACE8 = ' ' * 8 EMPTYSTRING = '' - MAXLINELEN = 78 USASCII = Charset('us-ascii') |