STINNER Victor added the comment: > 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. ---------- nosy: +haypo _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22928> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com