<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/tutorial/datastructures.rst, branch enum-lost-fixes</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>bpo-43325: Add FAQ entry for identity tests (GH-25168)</title>
<updated>2021-04-04T02:54:49+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2021-04-04T02:54:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f8775e4f72240faba3947eea8efdd83ee56ae1fd'/>
<id>f8775e4f72240faba3947eea8efdd83ee56ae1fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-42489: Fix the signature for list.sort() in the tutorial (GH-23538)</title>
<updated>2020-11-28T14:53:39+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2020-11-28T14:53:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d41ec65ab7411e877ca33d05e8c900feca530635'/>
<id>d41ec65ab7411e877ca33d05e8c900feca530635</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39705 : sorted() tutorial example under looping techniques improved (GH-18999)</title>
<updated>2020-05-18T01:32:34+00:00</updated>
<author>
<name>Rahul Kumaresan</name>
<email>kayrahul@gmail.com</email>
</author>
<published>2020-05-18T01:32:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=eefd4e033334a2a1d3929d0f7978469e5b5c4e56'/>
<id>eefd4e033334a2a1d3929d0f7978469e5b5c4e56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38558: Link to further docs from walrus operator mention in tutorial (GH-16973)</title>
<updated>2020-02-03T17:11:19+00:00</updated>
<author>
<name>Adorilson Bezerra</name>
<email>adorilson@gmail.com</email>
</author>
<published>2020-02-03T17:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5807efd4c396d5718325e21f5a14e324a77ff77c'/>
<id>5807efd4c396d5718325e21f5a14e324a77ff77c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38558: Mention `:=` in conditions tutorial (GH-16919)</title>
<updated>2019-10-25T22:20:05+00:00</updated>
<author>
<name>Ammar Askar</name>
<email>ammar@ammaraskar.com</email>
</author>
<published>2019-10-25T22:20:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cb2cf06b0aad1851f54999497c1b50c381d1fdd8'/>
<id>cb2cf06b0aad1851f54999497c1b50c381d1fdd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-14050: Note that not all data can be sorted (GH-15381)</title>
<updated>2019-08-22T16:11:35+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2019-08-22T16:11:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4109263a7edce11194e301138cf66fa2d07f7ce4'/>
<id>4109263a7edce11194e301138cf66fa2d07f7ce4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36377: Specify that range() can not be compared (GH-12468)</title>
<updated>2019-04-02T04:52:42+00:00</updated>
<author>
<name>Emmanuel Arias</name>
<email>emmanuelarias30@gmail.com</email>
</author>
<published>2019-04-02T04:52:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b00479d42aaaed589d8b374bf5e5c6f443b0b499'/>
<id>b00479d42aaaed589d8b374bf5e5c6f443b0b499</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)</title>
<updated>2018-12-19T06:09:46+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-12-19T06:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2b57c43f21f891df4c6f2294a3b9e1b9029a16b6'/>
<id>2b57c43f21f891df4c6f2294a3b9e1b9029a16b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)</title>
<updated>2018-10-26T10:52:11+00:00</updated>
<author>
<name>Stéphane Wirtel</name>
<email>stephane@wirtel.be</email>
</author>
<published>2018-10-26T10:52:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e483f02423917dc4dfd25f46e5b9e6fce304777d'/>
<id>e483f02423917dc4dfd25f46e5b9e6fce304777d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update list.remove(x) documentation (GH-8636)</title>
<updated>2018-08-03T02:45:48+00:00</updated>
<author>
<name>Lysandros Nikolaou</name>
<email>lisandrosnik@gmail.com</email>
</author>
<published>2018-08-03T02:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bcd1d971b66f529cbd450aca438275b868031605'/>
<id>bcd1d971b66f529cbd450aca438275b868031605</id>
<content type='text'>
Rephrase it to "It raises a `ValueError`"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rephrase it to "It raises a `ValueError`"</pre>
</div>
</content>
</entry>
</feed>
