[New-bugs-announce] [issue23833] email.header.Header folding modifies headers that include semi-colons

Dan report at bugs.python.org
Wed Apr 1 00:26:26 CEST 2015


New submission from Dan:

When adding or replacing a header with email.header.Header, folding of long lines will add a space after any semi-colon encountered in the string. 

Setting maxlinelen to something longer than the string (no folding required), no spaces are added after semi-colons.

----------
components: email
messages: 239755
nosy: barry, dseg, r.david.murray
priority: normal
severity: normal
status: open
title: email.header.Header folding modifies headers that include semi-colons
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23833>
_______________________________________


More information about the New-bugs-announce mailing list