[issue13834] In help(bytes.strip) there is no info about leading ASCII whitespace

2012-01-22 Thread Georg Brandl
Georg Brandl added the comment: Fixed, thanks! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue13834] In help(bytes.strip) there is no info about leading ASCII whitespace

2012-01-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 960d93deb8c2 by Georg Brandl in branch '3.2': Fix #13834: strip() strips leading and trailing whitespace. http://hg.python.org/cpython/rev/960d93deb8c2 -- nosy: +python-dev ___ Python tracker

[issue13834] In help(bytes.strip) there is no info about leading ASCII whitespace

2012-01-20 Thread py.user
New submission from py.user : help(bytes.strip): strip(...) B.strip([bytes]) -> bytes Strip leading and trailing bytes contained in the argument. If the argument is omitted, strip trailing ASCII whitespace. -- assignee: docs@python components: Documentation messages: 15