This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Clay Gerrard, barry, demian.brecht, doughellmann, ezio.melotti, gregory.p.smith, martin.panter, python-dev, r.david.murray, scharron, serhiy.storchaka
Date 2016-09-07.21:47:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160907214744.3610.8072.A9CACE99@psf.io>
In-reply-to
Content
New changeset 69900c5992c5 by R David Murray in branch '3.5':
#22233: Only split headers on \r and/or \n, per email RFCs.
https://hg.python.org/cpython/rev/69900c5992c5

New changeset 4d2369b901be by R David Murray in branch 'default':
Merge: #22233: Only split headers on \r and/or \n, per email RFCs.
https://hg.python.org/cpython/rev/4d2369b901be
History
Date User Action Args
2016-09-07 21:47:50python-devsetrecipients: + python-dev, barry, gregory.p.smith, ezio.melotti, doughellmann, r.david.murray, martin.panter, serhiy.storchaka, demian.brecht, scharron, Clay Gerrard
2016-09-07 21:47:50python-devlinkissue22233 messages
2016-09-07 21:47:50python-devcreate