mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Merge in all documentation changes since branching 3.4.0rc1.
This commit is contained in:
parent
b6b6a6d587
commit
3732ed2414
93 changed files with 2018 additions and 556 deletions
|
@ -1103,6 +1103,7 @@ Use a list comprehension::
|
|||
|
||||
result = [obj.method() for obj in mylist]
|
||||
|
||||
.. _faq-augmented-assignment-tuple-error:
|
||||
|
||||
Why does a_tuple[i] += ['item'] raise an exception when the addition works?
|
||||
---------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue