<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/tutorial, branch travis-macOS</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-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15465)</title>
<updated>2019-08-24T18:15:44+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2019-08-24T18:15:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=69ee87e99cfe0b79389cffa92d126af868baf353'/>
<id>69ee87e99cfe0b79389cffa92d126af868baf353</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30826: Improve control flow examples (GH-15407)</title>
<updated>2019-08-23T06:44:19+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2019-08-23T06:44:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6fcb6cfb139ade1aac6dbee0b18ca72b18cbe0d2'/>
<id>6fcb6cfb139ade1aac6dbee0b18ca72b18cbe0d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-12634: Clarify an awkward section of the tutorial (GH-15406)</title>
<updated>2019-08-23T06:27:04+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2019-08-23T06:27:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=483ae0cf1dcf46f8b71c4bf32419dd138e908553'/>
<id>483ae0cf1dcf46f8b71c4bf32419dd138e908553</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-37826: Document exception chaining in Python tutorial for errors. (GH-15243)</title>
<updated>2019-08-14T21:11:32+00:00</updated>
<author>
<name>Abhilash Raj</name>
<email>maxking@users.noreply.github.com</email>
</author>
<published>2019-08-14T21:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dcfe111eb5602333135b8776996332a8dcf59392'/>
<id>dcfe111eb5602333135b8776996332a8dcf59392</id>
<content type='text'>
https://bugs.python.org/issue37826</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugs.python.org/issue37826</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052)</title>
<updated>2019-08-01T14:17:30+00:00</updated>
<author>
<name>mental</name>
<email>m3nta1@yahoo.com</email>
</author>
<published>2019-08-01T14:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2491134029b195d3159a489e1803ee22a7839b41'/>
<id>2491134029b195d3159a489e1803ee22a7839b41</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Fix: Proper UpperCamelCase and lowercase. (GH-14644)</title>
<updated>2019-07-08T21:06:32+00:00</updated>
<author>
<name>Julien Palard</name>
<email>julien@palard.fr</email>
</author>
<published>2019-07-08T21:06:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2da622ff77a763327895656779370b80a833d95c'/>
<id>2da622ff77a763327895656779370b80a833d95c</id>
<content type='text'>
Initial report by Michael Blankenship on docs@</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initial report by Michael Blankenship on docs@</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37403: Touch up venv docs (GH-14458)</title>
<updated>2019-06-28T19:14:31+00:00</updated>
<author>
<name>Brett Cannon</name>
<email>54418+brettcannon@users.noreply.github.com</email>
</author>
<published>2019-06-28T19:14:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f9f8e3ce709ceb15c8db8c8dde940daf1febf13d'/>
<id>f9f8e3ce709ceb15c8db8c8dde940daf1febf13d</id>
<content type='text'>
Add a versionadded for PS Core and note that `.venv` is a common virtual environment name.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a versionadded for PS Core and note that `.venv` is a common virtual environment name.</pre>
</div>
</content>
</entry>
<entry>
<title>Improve Windows commands in tutorial (GH-14379)</title>
<updated>2019-06-26T15:55:57+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-06-26T15:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7a177c08ab8981645828d3b4d9083cdd9018d197'/>
<id>7a177c08ab8981645828d3b4d9083cdd9018d197</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37392: Update the dir(sys) in module tutorial (GH-14365)</title>
<updated>2019-06-25T12:16:54+00:00</updated>
<author>
<name>Xtreak</name>
<email>tir.karthi@gmail.com</email>
</author>
<published>2019-06-25T12:16:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=080b6b40fa6c6ddc79dcfcadab575bb1be3f47e9'/>
<id>080b6b40fa6c6ddc79dcfcadab575bb1be3f47e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
