Message197201
| Author | serhiy.storchaka |
|---|---|
| Recipients | Paul.Bonser, armicron, benjamin.peterson, georg.brandl, kbk, loewis, meador.inge, roger.serwy, serhiy.storchaka, terry.reedy |
| Date | 2013-09-07.23:34:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1378596873.59.0.718768181115.issue18873@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> The code patch adds '^[ \t\f]' to the re. \f = FormFeed? Should that really be there? The PEP patch instead adds '^[ \t\v]', \v= VerticalTab? Same question, and why the difference?
Good catch. I missed in the PEP patch, it should be '\f' ('\014') in all cases.
Yes, it should be. It corresponds to the code in Parser/tokenizer.c. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-09-07 23:34:33 | serhiy.storchaka | set | recipients: + serhiy.storchaka, loewis, georg.brandl, terry.reedy, kbk, benjamin.peterson, roger.serwy, meador.inge, Paul.Bonser, armicron |
| 2013-09-07 23:34:33 | serhiy.storchaka | set | messageid: <1378596873.59.0.718768181115.issue18873@psf.upfronthosting.co.za> |
| 2013-09-07 23:34:33 | serhiy.storchaka | link | issue18873 messages |
| 2013-09-07 23:34:33 | serhiy.storchaka | create | |