[docs] [issue17670] Improve str.expandtabs() doc

Ezio Melotti report at bugs.python.org
Sat Apr 13 18:19:10 CEST 2013


Ezio Melotti added the comment:

"This doesn’t understand other non-printing characters or escape sequences."

This might also be improved.  Does it mean that all characters are considered having len(c) == 1, even if they are not printable or escape sequence (and which escape sequences? \f, \v?)?

Adding an example with tabsize=8 might also help, but it might not be necessary if the wording is improved as Eli suggested.

----------
nosy: +ezio.melotti
type:  -> enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17670>
_______________________________________


More information about the docs mailing list