Ticket #6112 enhancement new
Make twisted.web.test.test_http.ParsingTestCase.testMissingContentDisposition pass on Python 3
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Python-3.x |
| Component: | web | Keywords: | |
| Cc: | jknight | Branch: | |
| Author: | Launchpad Bug: |
Description
Presently this test is skipped on Python 3 because it will fail or go into an infinite loop. cgi.parse_multipart is currently broken on Python 3. We may need to implement our own multipart/form-data parser (might be a good opportunity to use Parsley?). Or we could try to fix the stdlib code and then ship a backport (or depend on Python 3.4 instead of Python 3.3).
Note also our test coverage for handling of multipart/form-data is really awful - #6111.
Change History
Note: See
TracTickets for help on using
tickets.
