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 xiang.zhang
Recipients martin.panter, paul.j3, roysmith, serhiy.storchaka, steven.daprano, xiang.zhang
Date 2017-01-17.06:06:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484633214.14.0.702903895696.issue29290@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is a regression when coming to 3.x. In 2.7, r'\s+' is by default in ASCII mode and won't match unicode non-breaking spaces. In 3.x it's by default unicode mode so non-breaking spaces are replaced by spaces. I think we can just use [ \t\n\r\f\v]+.

Since here are more active core devs I am going to close #16623 and move this forward here.
History
Date User Action Args
2017-01-17 06:06:54xiang.zhangsetrecipients: + xiang.zhang, roysmith, steven.daprano, martin.panter, paul.j3, serhiy.storchaka
2017-01-17 06:06:54xiang.zhangsetmessageid: <1484633214.14.0.702903895696.issue29290@psf.upfronthosting.co.za>
2017-01-17 06:06:54xiang.zhanglinkissue29290 messages
2017-01-17 06:06:53xiang.zhangcreate