[issue3538] Docstring typos

2008-08-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Chester, please stop changing your user name and wasting our time. ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3538] Docstring typos

2008-08-10 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: 'encoding' and 'errors' refers to the names of the arguments accepted by str, this is not a typo. -- nosy: +gpolo resolution: -> invalid status: open -> closed ___ Python tracker <[EMAIL PROTECTED

[issue3538] Docstring typos

2008-08-10 Thread Rambo007
New submission from Rambo007 <[EMAIL PROTECTED]>: 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 s