<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/tutorial, branch benjamin-pyapi</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-33460: remove ellipsis that look like continuation prompts (GH-7851)</title>
<updated>2018-09-11T01:13:08+00:00</updated>
<author>
<name>Lew Kurtz</name>
<email>37632626+lew18@users.noreply.github.com</email>
</author>
<published>2018-09-11T01:13:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f019579828ed62653e2d41c95278308fa076ccaf'/>
<id>f019579828ed62653e2d41c95278308fa076ccaf</id>
<content type='text'>
Remove ellipsis that look like continuation prompts,
has a side benefit of putting rest of error message in proper text color.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove ellipsis that look like continuation prompts,
has a side benefit of putting rest of error message in proper text color.
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Missing 'f' in an f-string. (GH-9074)</title>
<updated>2018-09-07T09:31:47+00:00</updated>
<author>
<name>Julien Palard</name>
<email>julien@palard.fr</email>
</author>
<published>2018-09-07T09:31:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=25fa141487e61b94f15289619cb3af764cf65e58'/>
<id>25fa141487e61b94f15289619cb3af764cf65e58</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>
<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>Remove extra parentheses in output formatting tutorial (GH-8350)</title>
<updated>2018-07-20T16:06:44+00:00</updated>
<author>
<name>Aaqa Ishtyaq</name>
<email>aaqaishtyaq@gmail.com</email>
</author>
<published>2018-07-20T16:06:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cb5f3fdb9d353a572dd22fb50a110e52d5bb81b1'/>
<id>cb5f3fdb9d353a572dd22fb50a110e52d5bb81b1</id>
<content type='text'>
The parentheses were incorrect.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The parentheses were incorrect.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation for input and output tutorial (GH-8231)</title>
<updated>2018-07-11T00:11:34+00:00</updated>
<author>
<name>Lysandros Nikolaou</name>
<email>lisandrosnik@gmail.com</email>
</author>
<published>2018-07-11T00:11:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9cffdbffc3b2dec18def1c3e8cfa166d01d609df'/>
<id>9cffdbffc3b2dec18def1c3e8cfa166d01d609df</id>
<content type='text'>
The ValueError message ends with a period.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ValueError message ends with a period.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-28626: rearrange discussion of output formatting to encourage f-strings (#6036)</title>
<updated>2018-07-07T21:36:23+00:00</updated>
<author>
<name>Andrew Kuchling</name>
<email>amk@amk.ca</email>
</author>
<published>2018-07-07T21:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ced350b1952857a9b9c68ec7e2786358bcb61050'/>
<id>ced350b1952857a9b9c68ec7e2786358bcb61050</id>
<content type='text'>
The 'output formatting' section of the tutorial talks a lot about manual formatting with things like .rjust() and .zfill(), with only a passing reference to 3.6's new f-strings.

This doesn't drop all of the old material, but it does rearrange the topics into a more modern order: f-strings first, discussing formatting specifiers a bit; then calling .format(); finally manual formatting with .ljust().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'output formatting' section of the tutorial talks a lot about manual formatting with things like .rjust() and .zfill(), with only a passing reference to 3.6's new f-strings.

This doesn't drop all of the old material, but it does rearrange the topics into a more modern order: f-strings first, discussing formatting specifiers a bit; then calling .format(); finally manual formatting with .ljust().
</pre>
</div>
</content>
</entry>
<entry>
<title>use rich markup for PEP reference (GH-7939)</title>
<updated>2018-06-27T03:57:39+00:00</updated>
<author>
<name>Behzad B. Mokhtari</name>
<email>35877268+perplexionist@users.noreply.github.com</email>
</author>
<published>2018-06-27T03:57:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=df748c20dabcec5a6e89e0dd74fff21110f8755a'/>
<id>df748c20dabcec5a6e89e0dd74fff21110f8755a</id>
<content type='text'>
it's better to refer to PEP with `pep` role in reStructuredText. It also links to the PEP page.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it's better to refer to PEP with `pep` role in reStructuredText. It also links to the PEP page.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33892: Doc: Use gender neutral words (GH-7770)</title>
<updated>2018-06-18T04:34:30+00:00</updated>
<author>
<name>Andrés Delfino</name>
<email>adelfino@gmail.com</email>
</author>
<published>2018-06-18T04:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5092439c2cb32112a5869b138011d38491db90a9'/>
<id>5092439c2cb32112a5869b138011d38491db90a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33641: Convert RFC references into links. (GH-7103)</title>
<updated>2018-05-31T04:39:00+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-05-31T04:39:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0a36ac1a09587735237c5978ebd046313922869c'/>
<id>0a36ac1a09587735237c5978ebd046313922869c</id>
<content type='text'>
85% of them are already links.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
85% of them are already links.
</pre>
</div>
</content>
</entry>
</feed>
