Ticket #6082 enhancement new
Opened 8 months ago
Make test_updateWithKeywords work on Python 3
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Python-3.x |
| Component: | web | Keywords: | |
| Cc: | jknight | Branch: | |
| Author: | Launchpad Bug: |
Description
twisted.web.test.test_http_headers._DictHeader.update works like dict.update, accepting keyword arguments. Since header names should be bytes, though, some extra support is needed to make it correct on Python 3.
Skipped porting this functionality as part of #6080 since it's somewhat obscure and slightly more work, but eventually it should be supported.
Change History
Note: See
TracTickets for help on using
tickets.
