mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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
|
|
@ -1203,7 +1203,8 @@ are always available. They are listed here in alphabetical order.
|
|||
|
||||
|
||||
.. _func-str:
|
||||
.. function:: str([object[, encoding[, errors]]])
|
||||
.. function:: str(object='')
|
||||
str(object[, encoding[, errors]])
|
||||
|
||||
Return a string version of an object, using one of the following modes:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue