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 <rep...@bugs.python.org> <http://bugs.python.org/issue23833> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com