Require Falcon 0.3
Bug #1446881 reported by
Barry Warsaw
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Mailman |
Fix Released
|
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
-
Diff: 12 lines (+1/-1)1 file modifiedsetup.py (+1/-1)
tags: | added: mailman3-suite-blocker |
Changed in mailman: | |
status: | In Progress → Fix Committed |
Changed in mailman: | |
status: | Fix Committed → Fix Released |
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?