Require Falcon 0.3
Bug #1446881 reported by
Barry Warsaw
on 2015-04-21
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| GNU Mailman |
Critical
|
Barry Warsaw |
Bug Description
Falcon 0.2 contains a bug in parsing fields with commas and newlines.
We will block the Mailman 3 final release on the release of Falcon 0.3 to PyPI.
Related branches
lp:~raj-abhilash1/mailman/bugfix
- Mailman Coders: Pending requested 2015-04-27
-
Diff: 12 lines (+1/-1)1 file modifiedsetup.py (+1/-1)
Barry Warsaw (barry)
on 2015-04-21
tags: | added: mailman3-suite-blocker |
Barry Warsaw (barry) wrote : | #1 |
Barry Warsaw (barry) wrote : | #2 |
We'll do the port to the new Falcon APIs in MM 3.1. See LP: #1447845
Changed in mailman: | |
status: | Triaged → In Progress |
Barry Warsaw (barry)
on 2015-04-23
Changed in mailman: | |
status: | In Progress → Fix Committed |
Barry Warsaw (barry)
on 2015-04-28
Changed in mailman: | |
status: | Fix Committed → Fix Released |
ivan (donkov) wrote : | #3 |
Ivan117 admin
To post a comment you must log in.
As part of this blocking bug, our internal hack needs to either be ported to Falcon's new pluggable routers, and/or it needs to handle the new internal APIs. The former is preferred, but that would prohibit compatibility with Falcon 0.2.
Do we want to keep backward compatibility with Falcon 0.2?