Issue #14783: Merge changes from 3.2.

This commit is contained in:
Chris Jerdonek 2012-10-07 14:56:27 -07:00
commit 042fa653ab
6 changed files with 25 additions and 11 deletions

View file

@ -14074,7 +14074,8 @@ onError:
}
PyDoc_STRVAR(unicode_doc,
"str(object[, encoding[, errors]]) -> str\n\
"str(object='') -> str\n\
str(bytes_or_buffer[, encoding[, errors]]) -> str\n\
\n\
Create a new string object from the given object. If encoding or\n\
errors is specified, then the object must expose a data buffer\n\