[docs] [issue17670] expandtabs() weirdness

Ned Deily report at bugs.python.org
Wed Apr 10 01:05:58 CEST 2013


Ned Deily added the comment:

That's a good point.  Here's a patch for the documentation with a simplified example:

      >>> '01\t456\t89'.expandtabs(4)
      '01  456 89'

What do others think: is an example useful and, if so, this example?

----------
assignee:  -> docs at python
components: +Documentation -Library (Lib)
keywords: +patch
nosy: +docs at python
resolution: works for me -> 
stage: committed/rejected -> patch review
status: closed -> open
type: behavior -> 
versions: +Python 3.4
Added file: http://bugs.python.org/file29759/issue17670_doc.patch

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


More information about the docs mailing list