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 vstinner
Recipients Arfrever, Guido, benjamin.peterson, berker.peksag, demian.brecht, georg.brandl, koobs, larry, martin.panter, ned.deily, orsenthil, python-dev, r.david.murray, serhiy.storchaka, vladk, vstinner
Date 2017-07-25.11:52:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500983527.47.0.118643709319.issue22928@psf.upfronthosting.co.za>
In-reply-to
Content
> What is the difference between PR 2817 and PR 2861?

Oh crap, I didn't know that you already created a PR. I compared the two PR:

* My PR adds \A at the start of:
   _is_legal_header_name = re.compile(rb'\A[^:\s][^:\r\n]*\Z').match 
* My PR uses blurb, yours modifies Misc/NEWS

The \A was copied from the Python 2.7 commit, since Python 3.3 doesn't have fullmatch().

If you are ok to add \A and convert the NEWS entry to blurb, I can abandon my duplicated PR.
History
Date User Action Args
2017-07-25 11:52:07vstinnersetrecipients: + vstinner, georg.brandl, orsenthil, larry, benjamin.peterson, ned.deily, Arfrever, r.david.murray, python-dev, berker.peksag, martin.panter, serhiy.storchaka, koobs, demian.brecht, Guido, vladk
2017-07-25 11:52:07vstinnersetmessageid: <1500983527.47.0.118643709319.issue22928@psf.upfronthosting.co.za>
2017-07-25 11:52:07vstinnerlinkissue22928 messages
2017-07-25 11:52:07vstinnercreate