<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/reference, branch alex-patch-1</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-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)</title>
<updated>2019-08-10T07:19:07+00:00</updated>
<author>
<name>Gregory P. Smith</name>
<email>greg@krypto.org</email>
</author>
<published>2019-08-10T07:19:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b4be87a04a2a8ccfd2480e19dc527589fce53555'/>
<id>b4be87a04a2a8ccfd2480e19dc527589fce53555</id>
<content type='text'>
DeprecationWarning will continue to be emitted for invalid escape
sequences in string and bytes literals just as it did in 3.7.

SyntaxWarning may be emitted in the future. But per mailing list
discussion, we don't yet know when because we haven't settled on how to
do so in a non-disruptive manner.

(Applies 4c5b6bac2408f879231c7cd38d67657dd4804e7c to the master branch).
(This is https://github.com/python/cpython/pull/15142 for master/3.9)


https://bugs.python.org/issue32912



Automerge-Triggered-By: @gpshead</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DeprecationWarning will continue to be emitted for invalid escape
sequences in string and bytes literals just as it did in 3.7.

SyntaxWarning may be emitted in the future. But per mailing list
discussion, we don't yet know when because we haven't settled on how to
do so in a non-disruptive manner.

(Applies 4c5b6bac2408f879231c7cd38d67657dd4804e7c to the master branch).
(This is https://github.com/python/cpython/pull/15142 for master/3.9)


https://bugs.python.org/issue32912



Automerge-Triggered-By: @gpshead</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139)</title>
<updated>2019-06-22T14:40:55+00:00</updated>
<author>
<name>Jörn Heissler</name>
<email>joernheissler@users.noreply.github.com</email>
</author>
<published>2019-06-22T14:40:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c8a35417db8853a253517a3e5190e174075c6384'/>
<id>c8a35417db8853a253517a3e5190e174075c6384</id>
<content type='text'>
… as proposed in PEP 572; key is now evaluated before value.





https://bugs.python.org/issue35224</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
… as proposed in PEP 572; key is now evaluated before value.





https://bugs.python.org/issue35224</pre>
</div>
</content>
</entry>
<entry>
<title>More updates to the annotated assignments docs (GH-13794)</title>
<updated>2019-06-04T10:37:46+00:00</updated>
<author>
<name>Ivan Levkivskyi</name>
<email>levkivskyi@gmail.com</email>
</author>
<published>2019-06-04T10:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8bcf2629a2e27267edba98fd3b5ed274b25aeb2d'/>
<id>8bcf2629a2e27267edba98fd3b5ed274b25aeb2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the annotated assignment docs (GH-13757)</title>
<updated>2019-06-02T23:41:00+00:00</updated>
<author>
<name>Ivan Levkivskyi</name>
<email>levkivskyi@gmail.com</email>
</author>
<published>2019-06-02T23:41:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=82eac26a73107ded733110cf11e59e95f41c197e'/>
<id>82eac26a73107ded733110cf11e59e95f41c197e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108)</title>
<updated>2019-06-01T21:05:48+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-06-01T21:05:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bdbad71b9def0b86433de12cecca022eee91bd9f'/>
<id>bdbad71b9def0b86433de12cecca022eee91bd9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-37122: Make co-&gt;co_argcount represent the total number of positonal arguments in the code object (GH-13726)</title>
<updated>2019-06-01T17:08:04+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2019-06-01T17:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cd74e66a8c420be675fd2fbf3fe708ac02ee9f21'/>
<id>cd74e66a8c420be675fd2fbf3fe708ac02ee9f21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use more PEP 570 syntax in the documentation. (GH-13720)</title>
<updated>2019-06-01T08:38:24+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-06-01T08:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=70c5f2ae6e6a07d44a8d3f3202ea01bf697e05db'/>
<id>70c5f2ae6e6a07d44a8d3f3202ea01bf697e05db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update data model docs to include missing attributes for code objects (GH-13696)</title>
<updated>2019-05-31T11:13:04+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2019-05-31T11:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ed222a74a0ada1cb89ba0fd81f64e404ac50778d'/>
<id>ed222a74a0ada1cb89ba0fd81f64e404ac50778d</id>
<content type='text'>
Include and document co_posonlyargcount and co_kwonlyargcount</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include and document co_posonlyargcount and co_kwonlyargcount</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761)</title>
<updated>2019-05-30T20:19:28+00:00</updated>
<author>
<name>Antti Haapala</name>
<email>antti@haapala.name</email>
</author>
<published>2019-05-30T20:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2f5b9dcc0a89cbde1499c76df81c36bfd5ef9aa8'/>
<id>2f5b9dcc0a89cbde1499c76df81c36bfd5ef9aa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate topics file (GH-13642)</title>
<updated>2019-05-29T21:59:00+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2019-05-29T21:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=29cb21ddb92413931e473eb799a02e2d8cdf4a45'/>
<id>29cb21ddb92413931e473eb799a02e2d8cdf4a45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
