<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/tutorial, 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-38623: Add note about site module (site-packages) (GH-16974) (GH-28536)</title>
<updated>2021-09-23T22:48:06+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-09-23T22:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=87f97fe5e6434da51246d70af9e2cd7d63c29fba'/>
<id>87f97fe5e6434da51246d70af9e2cd7d63c29fba</id>
<content type='text'>
(cherry picked from commit 55b45bf707c6c8084db259fe2f8aa08e84ea0d99)

Co-authored-by: Peter Bittner &lt;django@bittner.it&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 55b45bf707c6c8084db259fe2f8aa08e84ea0d99)

Co-authored-by: Peter Bittner &lt;django@bittner.it&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) (GH-28523)</title>
<updated>2021-09-23T10:25:31+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-09-23T10:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1493e1a40d04a048cce9c5080ec47478a4941054'/>
<id>1493e1a40d04a048cce9c5080ec47478a4941054</id>
<content type='text'>
Replace old names when they refer to actual versions of macOS.
Keep historical names in references to older versions.

Co-authored-by: Patrick Reader &lt;_@pxeger.com&gt;
(cherry picked from commit 36122e18148c5b6c78ebce1d36d514fd7cf250f5)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace old names when they refer to actual versions of macOS.
Keep historical names in references to older versions.

Co-authored-by: Patrick Reader &lt;_@pxeger.com&gt;
(cherry picked from commit 36122e18148c5b6c78ebce1d36d514fd7cf250f5)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39452: Rewrite and expand __main__.rst (GH-26883)</title>
<updated>2021-08-24T20:54:08+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-08-24T20:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ec5a03168f02ef92f98a94796bc6378fc73622e8'/>
<id>ec5a03168f02ef92f98a94796bc6378fc73622e8</id>
<content type='text'>
Broadened scope of the document to explicitly discuss and differentiate between ``__main__.py`` in packages versus the ``__name__ == '__main__'`` expression (and the idioms that surround it), as well as ``import __main__``.

Co-authored-by: Géry Ogam &lt;gery.ogam@gmail.com&gt;
Co-authored-by: Éric Araujo &lt;merwok@netwok.org&gt;
Co-authored-by: Łukasz Langa &lt;lukasz@langa.pl&gt;
(cherry picked from commit 7cba23164cf82f6619db002cd30021b5dfb1f809)

Co-authored-by: Jack DeVries &lt;58614260+jdevries3133@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Broadened scope of the document to explicitly discuss and differentiate between ``__main__.py`` in packages versus the ``__name__ == '__main__'`` expression (and the idioms that surround it), as well as ``import __main__``.

Co-authored-by: Géry Ogam &lt;gery.ogam@gmail.com&gt;
Co-authored-by: Éric Araujo &lt;merwok@netwok.org&gt;
Co-authored-by: Łukasz Langa &lt;lukasz@langa.pl&gt;
(cherry picked from commit 7cba23164cf82f6619db002cd30021b5dfb1f809)

Co-authored-by: Jack DeVries &lt;58614260+jdevries3133@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44966: Fix out-of-date traceback message (GH-27867)</title>
<updated>2021-08-22T00:35:32+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-08-22T00:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=95a9ba173ecaeec0cb8bf57cfcd916d64fa6f861'/>
<id>95a9ba173ecaeec0cb8bf57cfcd916d64fa6f861</id>
<content type='text'>
(cherry picked from commit 15a64d89a31b7e91f0361c305b7b27d8761db93d)

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 15a64d89a31b7e91f0361c305b7b27d8761db93d)

Co-authored-by: Raymond Hettinger &lt;rhettinger@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>introduce omitted index default before using it (GH-27775) (GH-27802)</title>
<updated>2021-08-17T21:42:50+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-08-17T21:42:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f20f061cfaee639875a7a72926f3ad9cc4494ff9'/>
<id>f20f061cfaee639875a7a72926f3ad9cc4494ff9</id>
<content type='text'>
(cherry picked from commit 599f5c8481ca258ca3a5d13eaee7d07a9103b5f2)

Co-authored-by: Jefferson Oliveira &lt;jefferson.dev.insights@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 599f5c8481ca258ca3a5d13eaee7d07a9103b5f2)

Co-authored-by: Jefferson Oliveira &lt;jefferson.dev.insights@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44907: Update error messages in tutorial examples (GH-27755)</title>
<updated>2021-08-14T00:25:11+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-08-14T00:25:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=25122b2cf9b55f67572dd454b6809e1f62f78f39'/>
<id>25122b2cf9b55f67572dd454b6809e1f62f78f39</id>
<content type='text'>
(cherry picked from commit ed524b4569b1e4a166886c880018418d46284378)

Co-authored-by: meowmeowmeowcat &lt;meowmeowcat1211@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit ed524b4569b1e4a166886c880018418d46284378)

Co-authored-by: meowmeowmeowcat &lt;meowmeowcat1211@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41576: document BaseException in favor of bare except (GH-21917)</title>
<updated>2021-08-06T21:14:40+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-08-06T21:14:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=699ee016af5736ffc80f68359617611a22b72943'/>
<id>699ee016af5736ffc80f68359617611a22b72943</id>
<content type='text'>
(cherry picked from commit e9a6f1b78bf57d9f3f99547bd007d7cfc9724cfb)

Co-authored-by: Thomas Grainger &lt;tagrain@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit e9a6f1b78bf57d9f3f99547bd007d7cfc9724cfb)

Co-authored-by: Thomas Grainger &lt;tagrain@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-27380)</title>
<updated>2021-07-26T22:34:32+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-26T22:34:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6fc1efa4546ad94a904239fd5efb84e02894eb31'/>
<id>6fc1efa4546ad94a904239fd5efb84e02894eb31</id>
<content type='text'>
Co-authored-by: Łukasz Langa &lt;lukasz@langa.pl&gt;
(cherry picked from commit 11749e2dc20ad6a76e9a39e948853e89b2b4bbed)

Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Łukasz Langa &lt;lukasz@langa.pl&gt;
(cherry picked from commit 11749e2dc20ad6a76e9a39e948853e89b2b4bbed)

Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40620: Clarify tutorial controlflow.rst ``range`` examples (GH-26919) (GH-26927)</title>
<updated>2021-06-27T19:51:16+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-06-27T19:51:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=aeb63392e74976b4289b38f32f1d6e7ff2e0a712'/>
<id>aeb63392e74976b4289b38f32f1d6e7ff2e0a712</id>
<content type='text'>
(cherry picked from commit 2f49c9debc2efe010c757be3bdbd6493f1ebc5f6)

Co-authored-by: jdevries3133 &lt;58614260+jdevries3133@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 2f49c9debc2efe010c757be3bdbd6493f1ebc5f6)

Co-authored-by: jdevries3133 &lt;58614260+jdevries3133@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-43927: Change 'IOError' to 'OSError' (GH-26289)</title>
<updated>2021-05-21T18:15:36+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-05-21T18:15:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=150bc1f4aa67226fb05fb29032375c203252a538'/>
<id>150bc1f4aa67226fb05fb29032375c203252a538</id>
<content type='text'>
This is the last remaining instance, at least for this chapter, in 3.10 &amp; 3.11.
(cherry picked from commit 2f47d8dcc735234bf9c7f92fbdacd8c5a6ee7761)

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the last remaining instance, at least for this chapter, in 3.10 &amp; 3.11.
(cherry picked from commit 2f47d8dcc735234bf9c7f92fbdacd8c5a6ee7761)

Co-authored-by: Terry Jan Reedy &lt;tjreedy@udel.edu&gt;</pre>
</div>
</content>
</entry>
</feed>
