[New-bugs-announce] [issue18139] email module's add_header appends instead of inserting

Kiran Bandla report at bugs.python.org
Wed Jun 5 06:35:54 CEST 2013


New submission from Kiran Bandla:

This issue is in message.py in the email module. The add_header method should insert the new header on the top of the existing headers. The current function implementation appends the header at the end of the existing headers.

----------
components: Library (Lib)
messages: 190641
nosy: kbandla
priority: normal
severity: normal
status: open
title: email module's add_header appends instead of inserting
type: behavior
versions: Python 3.2

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


More information about the New-bugs-announce mailing list