<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/tutorial/datastructures.rst, branch 3.4</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Issue #23181: More "codepoint" -&gt; "code point".</title>
<updated>2015-01-18T09:28:37+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-01-18T09:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300'/>
<id>d3faf43f9ba7da0ae504c9186b10d0fa3a8eb300</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#21739: mention subtle difference between loops and listcomps in tutorial.</title>
<updated>2014-10-01T01:25:38+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2014-10-01T01:25:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6bd68608ffb1a0366760a190864bb05c618559ab'/>
<id>6bd68608ffb1a0366760a190864bb05c618559ab</id>
<content type='text'>
We don't want to go into a full explanation of scopes at this point in the
tutorial, so we just mention that the loop creates or overwrites a persistent
variable while the listcomp doesn't.  Not mentioning this would lead someone
to incorrectly assume loops and listcomps were *completely* equivalent, which
would confuse them later.

Original patch by Rose Ames, tweaked to remove the word 'scope'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't want to go into a full explanation of scopes at this point in the
tutorial, so we just mention that the loop creates or overwrites a persistent
variable while the listcomp doesn't.  Not mentioning this would lead someone
to incorrectly assume loops and listcomps were *completely* equivalent, which
would confuse them later.

Original patch by Rose Ames, tweaked to remove the word 'scope'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #21545: Add .pop example and tweak comment about pure mutation methods.</title>
<updated>2014-05-23T04:34:12+00:00</updated>
<author>
<name>Terry Jan Reedy</name>
<email>tjreedy@udel.edu</email>
</author>
<published>2014-05-23T04:34:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e17de091012eb928c5734856eeaf2bb8f99e40c1'/>
<id>e17de091012eb928c5734856eeaf2bb8f99e40c1</id>
<content type='text'>
Patch prepared by David Harrigan.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch prepared by David Harrigan.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing list methods. Found by Leonardo Pereira on docs@.</title>
<updated>2013-10-06T11:01:19+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-10-06T11:01:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a12b68203381b349effba8d442af4a98a74fbb3e'/>
<id>a12b68203381b349effba8d442af4a98a74fbb3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge rephrasing with 3.2.</title>
<updated>2012-11-17T10:06:26+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2012-11-17T10:06:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0bbfae3be4a37f2ebe2ec8f262974fc62ef7d94a'/>
<id>0bbfae3be4a37f2ebe2ec8f262974fc62ef7d94a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rephrase a sentence in the set and dict comprehensions tutorial page.</title>
<updated>2012-11-17T10:06:01+00:00</updated>
<author>
<name>Ezio Melotti</name>
<email>ezio.melotti@gmail.com</email>
</author>
<published>2012-11-17T10:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=89b03b0ec6ade7bce04aa3bdd9f43dc47781de4a'/>
<id>89b03b0ec6ade7bce04aa3bdd9f43dc47781de4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16225: Merge from 3.2: Add additional note to tutorial about looping.</title>
<updated>2012-10-16T02:46:34+00:00</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2012-10-16T02:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=38049bb251b90cfc09fb88d25824d464c630586f'/>
<id>38049bb251b90cfc09fb88d25824d464c630586f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #16225: Add additional note to tutorial about changing sequence while looping.</title>
<updated>2012-10-16T02:44:47+00:00</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2012-10-16T02:44:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4fab8f0e067772c4c13c86056c2b659cd8e5a812'/>
<id>4fab8f0e067772c4c13c86056c2b659cd8e5a812</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close issue #16073: merge fix from 3.2.</title>
<updated>2012-09-28T14:24:24+00:00</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2012-09-28T14:24:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=18581efe36de69c1714b11a50c1b8ba3bba18f69'/>
<id>18581efe36de69c1714b11a50c1b8ba3bba18f69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Close issue #16073: fix map() example in list comprehension documentation.</title>
<updated>2012-09-28T14:07:12+00:00</updated>
<author>
<name>Chris Jerdonek</name>
<email>chris.jerdonek@gmail.com</email>
</author>
<published>2012-09-28T14:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fd448daf770de7ceb5f433c40a14c9a889dffa92'/>
<id>fd448daf770de7ceb5f433c40a14c9a889dffa92</id>
<content type='text'>
Thanks for the e-mail report to docs@.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks for the e-mail report to docs@.
</pre>
</div>
</content>
</entry>
</feed>
