[docs] [issue22459] str.strip() documentation: wrong example

Raúl Cumplido report at bugs.python.org
Mon Sep 22 23:17:14 CEST 2014


Raúl Cumplido added the comment:

It was also incorrect on the example for bytes split:
>>> b'1,2,3'.split(b',', maxsplit=1)
      [b'1', b'2 3']

Patch submitted.

----------
keywords: +patch
Added file: http://bugs.python.org/file36692/issue22459.patch

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


More information about the docs mailing list