Martin Panter added the comment:

Seems a reasonable feature. The documentation would also need updating.

Which specific (whitespace) characters do you propose to ignore? Just ASCII 
ones, as in bytes.isspace(), or others like b"\xA0" (non-breaking space) and 
U+2028 (line separator), as in str.isspace()? Perhaps you should add test cases 
to clarify.

----------
nosy: +martin.panter
stage:  -> patch review
versions: +Python 3.7 -Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28927>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to