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

py.user report at bugs.python.org
Sat Jan 21 05:17:09 CET 2012


New submission from py.user <port139 at yandex.ru>:

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 at python
components: Documentation
messages: 151718
nosy: docs at python, py.user
priority: normal
severity: normal
status: open
title: In help(bytes.strip) there is no info about leading ASCII whitespace
versions: Python 3.2

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


More information about the New-bugs-announce mailing list