homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Rambo007
Recipients Rambo007, georg.brandl
Date 2008年08月10日.22:16:32
SpamBayes Score 3.3650977e-07
Marked as misclassified No
Message-id <1218406594.2.0.281031629955.issue3538@psf.upfronthosting.co.za>
In-reply-to
Content
Hello. I was pokinf around in the Python 3.0b2 interpreter and I found
some typos in the following doctring:
>>> import sys; print(sys.platform.__doc__)
str(string[, encoding[, errors]]) -> str
Create a new string object from the given encoded string.
encoding defaults to the current default string encoding.
errors can be 'strict', 'replace' or 'ignore' and defaults to 'strict'.
Please fix the docstring words 'encoding' and 'errors' to have the
capital initial letter, so that the docstring would look like this:
str(string[, encoding[, errors]]) -> str
Create a new string object from the given encoded string.
Encoding defaults to the current default string encoding.
Errors can be 'strict', 'replace' or 'ignore' and defaults to 'strict'.
Please fix other similar typos if you find them. Thank you.
History
Date User Action Args
2008年08月10日 22:16:34Rambo007setrecipients: + Rambo007, georg.brandl
2008年08月10日 22:16:34Rambo007setmessageid: <1218406594.2.0.281031629955.issue3538@psf.upfronthosting.co.za>
2008年08月10日 22:16:33Rambo007linkissue3538 messages
2008年08月10日 22:16:32Rambo007create

AltStyle によって変換されたページ (->オリジナル) /