This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author francismb
Recipients BreamoreBoy, Fran.Bull, berker.peksag, docs@python, eric.araujo, ezio.melotti, francismb, m123orning, mvolz, python-dev, r.david.murray, rhettinger
Date 2014-08-03.16:31:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407083503.64.0.87693611118.issue20135@psf.upfronthosting.co.za>
In-reply-to
Content
A) On the example:

+Also note that some operations (e.g. ``y.append(10)``/``y += [10]`` or
+``y.sort()``) mutate

are you saying:
1) "y.append(10)" divided by "y += [10]" or
2) "y.append(10)" and "y += [10]"

I don't want to split hairs but reading it fast confused me a bit


B) The paragraph:

+  etc.), we can use some specific operations to mutate it and all the variables
+  that refer to it will see
+  the change;

Couldn't be (one newline less):

+  etc.), we can use some specific operations to mutate it and all the variables
+  that refer to it will see the change;
History
Date User Action Args
2014-08-03 16:31:43francismbsetrecipients: + francismb, rhettinger, ezio.melotti, eric.araujo, r.david.murray, docs@python, BreamoreBoy, python-dev, berker.peksag, m123orning, Fran.Bull, mvolz
2014-08-03 16:31:43francismbsetmessageid: <1407083503.64.0.87693611118.issue20135@psf.upfronthosting.co.za>
2014-08-03 16:31:43francismblinkissue20135 messages
2014-08-03 16:31:43francismbcreate