Message299053
| 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:07 | vstinner | set | recipients: + 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:07 | vstinner | set | messageid: <1500983527.47.0.118643709319.issue22928@psf.upfronthosting.co.za> |
| 2017-07-25 11:52:07 | vstinner | link | issue22928 messages |
| 2017-07-25 11:52:07 | vstinner | create | |