<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/tutorial/classes.rst, branch v3.8.5</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>Fix repeated words in Classes tutorial (GH-21455)</title>
<updated>2020-07-14T01:49:44+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2020-07-14T01:49:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b4cd77de05e5bbaa6a4be90f710b787e0790c36f'/>
<id>b4cd77de05e5bbaa6a4be90f710b787e0790c36f</id>
<content type='text'>
The phrase "At any time during execution," was repeated twice.

Automerge-Triggered-By: @Mariatta
(cherry picked from commit 4f28f75deefc6e8f65694f96f1a40b0a26fc385d)

Co-authored-by: Paul McMillan &lt;paul@mcmillan.ws&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The phrase "At any time during execution," was repeated twice.

Automerge-Triggered-By: @Mariatta
(cherry picked from commit 4f28f75deefc6e8f65694f96f1a40b0a26fc385d)

Co-authored-by: Paul McMillan &lt;paul@mcmillan.ws&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-26205: Specify the number of nested scopes (GH-21324) (GH-21342)</title>
<updated>2020-07-06T01:53:40+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2020-07-06T01:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7ceb3e3ffc8ee00551df2245544eb60f7debf3af'/>
<id>7ceb3e3ffc8ee00551df2245544eb60f7debf3af</id>
<content type='text'>
* Clarify number of scopes

* Indicate 3 or 4

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;
(cherry picked from commit 9ed3cd8ba052b395ab50692bb65988b065d68e27)

Co-authored-by: Joannah Nanjekye &lt;33177550+nanjekyejoannah@users.noreply.github.com&gt;

Co-authored-by: Joannah Nanjekye &lt;33177550+nanjekyejoannah@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Clarify number of scopes

* Indicate 3 or 4

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;
(cherry picked from commit 9ed3cd8ba052b395ab50692bb65988b065d68e27)

Co-authored-by: Joannah Nanjekye &lt;33177550+nanjekyejoannah@users.noreply.github.com&gt;

Co-authored-by: Joannah Nanjekye &lt;33177550+nanjekyejoannah@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)</title>
<updated>2020-03-14T22:13:18+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2020-03-14T22:13:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4abe77c725b1d0a2187b7160924258c9810b824c'/>
<id>4abe77c725b1d0a2187b7160924258c9810b824c</id>
<content type='text'>
(cherry picked from commit e5e56328afac50aad6d8893185d8e7ba8928afe2)

Co-authored-by: Antoine &lt;43954001+awecx@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit e5e56328afac50aad6d8893185d8e7ba8928afe2)

Co-authored-by: Antoine &lt;43954001+awecx@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39431: Also mention nonlocal in assignment quirk (GH-17375)</title>
<updated>2020-01-23T18:22:36+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2020-01-23T18:22:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5a2356be1a3f4a9b2e509a16062016b7d9dee7e9'/>
<id>5a2356be1a3f4a9b2e509a16062016b7d9dee7e9</id>
<content type='text'>
(cherry picked from commit 7142df5ea23b4ce0efb72746b4b3b65414e8dcb1)

Co-authored-by: Shanavas M &lt;shanavas.m2@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 7142df5ea23b4ce0efb72746b4b3b65414e8dcb1)

Co-authored-by: Shanavas M &lt;shanavas.m2@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-12634: Clarify an awkward section of the tutorial (GH-15406) (GH-15409)</title>
<updated>2019-08-23T06:45:57+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2019-08-23T06:45:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f6a7f5bc50f4267cfb7fe0c4ea16d5359c009cbd'/>
<id>f6a7f5bc50f4267cfb7fe0c4ea16d5359c009cbd</id>
<content type='text'>
(cherry picked from commit 483ae0cf1dcf46f8b71c4bf32419dd138e908553)

Co-authored-by: Raymond Hettinger &lt;rhettinger@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 483ae0cf1dcf46f8b71c4bf32419dd138e908553)

Co-authored-by: Raymond Hettinger &lt;rhettinger@users.noreply.github.com&gt;</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>Add a reference to the name mangling description in the tutorial to the index. (GH-10138)</title>
<updated>2018-11-07T17:59:45+00:00</updated>
<author>
<name>Andrés Delfino</name>
<email>adelfino@gmail.com</email>
</author>
<published>2018-11-07T17:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c5eec4426d9144b2255500217d0e3ff9463d2770'/>
<id>c5eec4426d9144b2255500217d0e3ff9463d2770</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-21196: Clarify name mangling rules in tutorial (GH-5667)</title>
<updated>2018-10-20T00:33:48+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2018-10-20T00:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=13ae4d44381a647aadd09b70b24833052659be41'/>
<id>13ae4d44381a647aadd09b70b24833052659be41</id>
<content type='text'>
Initial patch by Chandan Kumar.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial patch by Chandan Kumar.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208)</title>
<updated>2018-07-25T14:21:32+00:00</updated>
<author>
<name>Aaron Ang</name>
<email>aaronang@users.noreply.github.com</email>
</author>
<published>2018-07-25T14:21:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c0f0a7669c73c0d444851dd4c5299de2479214cc'/>
<id>c0f0a7669c73c0d444851dd4c5299de2479214cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32722: Remove useless example in the Classes tutorial (#5446)</title>
<updated>2018-02-01T07:31:07+00:00</updated>
<author>
<name>Stéphane Wirtel</name>
<email>stephane@wirtel.be</email>
</author>
<published>2018-02-01T07:31:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ab328756d7fd969ee4882458b07892dff135013c'/>
<id>ab328756d7fd969ee4882458b07892dff135013c</id>
<content type='text'>
In the tutorial about the Generator expression, there is an example with
a dict comprehension and not with a generator expression, just removed
the code.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the tutorial about the Generator expression, there is an example with
a dict comprehension and not with a generator expression, just removed
the code.</pre>
</div>
</content>
</entry>
</feed>
