mirror of
https://github.com/python/cpython.git
synced 2025-07-14 14:55:17 +00:00
Issue #14783: Merge changes from 3.2.
This commit is contained in:
commit
042fa653ab
6 changed files with 25 additions and 11 deletions
|
@ -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\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue