Ticket #20 (closed defect: fixed)
Patch — Incorrectly testing type of additional headers list.
| Reported by: | fs | Owned by: | amcgregor |
|---|---|---|---|
| Priority: | low | Milestone: | 2.1 |
| Component: | message-class | Version: | 2.0.4 |
| Keywords: | patch | Cc: |
Description
The documentation for Message.headers is wrong as it says 'headers -- A list of additional headers.'. In turbomail.Message self.headers is set to [] by default but in _process only tuples and dicts are handled.
The patch attached adds a test case for adding headers and changes the documentation to match the actual code.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
