Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In help(bytes.strip) there is no info about leading ASCII whitespace #58042

Closed
py-user mannequin opened this issue Jan 21, 2012 · 3 comments
Closed

In help(bytes.strip) there is no info about leading ASCII whitespace #58042

py-user mannequin opened this issue Jan 21, 2012 · 3 comments
Labels
docs Documentation in the Doc dir

Comments

@py-user
Copy link
Mannequin

py-user mannequin commented Jan 21, 2012

BPO 13834
Nosy @birkenfeld, @py-user

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2012-01-22.20:32:02.752>
created_at = <Date 2012-01-21.04:17:08.837>
labels = ['docs']
title = 'In help(bytes.strip) there is no info about leading ASCII whitespace'
updated_at = <Date 2012-01-22.20:32:02.722>
user = 'https://github.com/py-user'

bugs.python.org fields:

activity = <Date 2012-01-22.20:32:02.722>
actor = 'georg.brandl'
assignee = 'docs@python'
closed = True
closed_date = <Date 2012-01-22.20:32:02.752>
closer = 'georg.brandl'
components = ['Documentation']
creation = <Date 2012-01-21.04:17:08.837>
creator = 'py.user'
dependencies = []
files = []
hgrepos = []
issue_num = 13834
keywords = []
message_count = 3.0
messages = ['151718', '151788', '151789']
nosy_count = 4.0
nosy_names = ['georg.brandl', 'docs@python', 'py.user', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue13834'
versions = ['Python 3.2']

@py-user
Copy link
Mannequin Author

py-user mannequin commented Jan 21, 2012

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.

@py-user py-user mannequin assigned docspython Jan 21, 2012
@py-user py-user mannequin added the docs Documentation in the Doc dir label Jan 21, 2012
@python-dev
Copy link
Mannequin

python-dev mannequin commented Jan 22, 2012

New changeset 960d93deb8c2 by Georg Brandl in branch '3.2':
Fix bpo-13834: strip() strips leading and trailing whitespace.
http://hg.python.org/cpython/rev/960d93deb8c2

@birkenfeld
Copy link
Member

Fixed, thanks!

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant