<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/reference, 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-36743: __get__ is sometimes called without the owner argument (#12992)</title>
<updated>2019-08-29T08:27:42+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2019-08-29T08:27:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0dac68f1e593c11612ed54af9edb865d398f3b05'/>
<id>0dac68f1e593c11612ed54af9edb865d398f3b05</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-15542: Documentation incorrectly suggests __init__ called after direct  __new__ call (GH-15478)</title>
<updated>2019-08-26T06:53:11+00:00</updated>
<author>
<name>Joannah Nanjekye</name>
<email>33177550+nanjekyejoannah@users.noreply.github.com</email>
</author>
<published>2019-08-26T06:53:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6b16d938d6d1ccb443815e20e8812deed274dc09'/>
<id>6b16d938d6d1ccb443815e20e8812deed274dc09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32118:  Simplify docs for sequence comparison (GH-15450)</title>
<updated>2019-08-24T17:43:55+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2019-08-24T17:43:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=edd21129dd304e178ca8be82ba689488dfb58276'/>
<id>edd21129dd304e178ca8be82ba689488dfb58276</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)</title>
<updated>2019-08-24T09:49:27+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-08-24T09:49:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e9c90aa43144b0be1e4e393e8cb549573437a5da'/>
<id>e9c90aa43144b0be1e4e393e8cb549573437a5da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
