<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/tutorial, branch refactor-lambda-parameters</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)</title>
<updated>2020-03-10T14:17:40+00:00</updated>
<author>
<name>Antoine</name>
<email>43954001+awecx@users.noreply.github.com</email>
</author>
<published>2020-03-10T14:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=e5e56328afac50aad6d8893185d8e7ba8928afe2'/>
<id>e5e56328afac50aad6d8893185d8e7ba8928afe2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Grammar fix in tutorial (GH-18425)</title>
<updated>2020-02-10T00:57:46+00:00</updated>
<author>
<name>Don Kirkby</name>
<email>donkirkby@users.noreply.github.com</email>
</author>
<published>2020-02-10T00:57:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=3ed4d251587c36c3853daf42602eaad121b59bba'/>
<id>3ed4d251587c36c3853daf42602eaad121b59bba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39534: Doc: Clarify return in finally (GH-18324)</title>
<updated>2020-02-06T22:16:48+00:00</updated>
<author>
<name>Julien Palard</name>
<email>julien@palard.fr</email>
</author>
<published>2020-02-06T22:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=446463f8dbce0556be8020914f37089b63bb8ab6'/>
<id>446463f8dbce0556be8020914f37089b63bb8ab6</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://91.123.203.49/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-39431: Also mention nonlocal in assignment quirk (GH-17375)</title>
<updated>2020-01-23T18:09:21+00:00</updated>
<author>
<name>Shanavas M</name>
<email>shanavas.m2@gmail.com</email>
</author>
<published>2020-01-23T18:09:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=7142df5ea23b4ce0efb72746b4b3b65414e8dcb1'/>
<id>7142df5ea23b4ce0efb72746b4b3b65414e8dcb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38678: Improve argparse example in tutorial (GH-17207)</title>
<updated>2019-11-18T06:06:19+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2019-11-18T06:06:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=04c79d6088a22d467f04dbe438050c26de22fa85'/>
<id>04c79d6088a22d467f04dbe438050c26de22fa85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update interpreter.rst (GH-17059)</title>
<updated>2019-11-05T13:20:38+00:00</updated>
<author>
<name>Jules Lasne (jlasne)</name>
<email>jules.lasne@gmail.com</email>
</author>
<published>2019-11-05T13:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=5e01a6542a1beb552a17e16b71dc0ba9fc6adcfb'/>
<id>5e01a6542a1beb552a17e16b71dc0ba9fc6adcfb</id>
<content type='text'>
Fixed what seemed to be a weird phrasing.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed what seemed to be a weird phrasing.</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://91.123.203.49/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-38130: Fix error in explaining when an exception is re-raised (GH-16016)</title>
<updated>2019-09-26T09:09:05+00:00</updated>
<author>
<name>Mohammad Dehghan</name>
<email>md.unicorn@gmail.com</email>
</author>
<published>2019-09-26T09:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=1ad7be2f16cc9955f271f57a5089602bb41eee85'/>
<id>1ad7be2f16cc9955f271f57a5089602bb41eee85</id>
<content type='text'>
Co-Authored-By: Ashwin Ramaswami &lt;aramaswamis@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Ashwin Ramaswami &lt;aramaswamis@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Corrected syntax for return annotation (GH-16265)</title>
<updated>2019-09-19T05:24:29+00:00</updated>
<author>
<name>Jason Plurad</name>
<email>pluradj@us.ibm.com</email>
</author>
<published>2019-09-19T05:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=9ab6038fe843e1193d795eb58fd5931b44be5a96'/>
<id>9ab6038fe843e1193d795eb58fd5931b44be5a96</id>
<content type='text'>
Signed-off-by: Jason Plurad &lt;pluradj@us.ibm.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jason Plurad &lt;pluradj@us.ibm.com&gt;</pre>
</div>
</content>
</entry>
</feed>
