<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/xml, 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-9372: Deprecate several __getitem__ methods (GH-8609)</title>
<updated>2018-08-11T06:05:04+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2018-08-11T06:05:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=84a13fbda0d79789e3c9efcc9f64752261ce1e8d'/>
<id>84a13fbda0d79789e3c9efcc9f64752261ce1e8d</id>
<content type='text'>
The __getitem__ methods of DOMEventStream, FileInput,
and FileWrapper classes ignore their 'index' parameters
and return the next item instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The __getitem__ methods of DOMEventStream, FileInput,
and FileWrapper classes ignore their 'index' parameters
and return the next item instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)</title>
<updated>2018-07-24T09:03:34+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-07-24T09:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=02ec92fa7b1dddc23d479ee0b87dc283793505a8'/>
<id>02ec92fa7b1dddc23d479ee0b87dc283793505a8</id>
<content type='text'>
Also make getchildren() and getiterator() emitting
a DeprecationWarning instead of PendingDeprecationWarning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also make getchildren() and getiterator() emitting
a DeprecationWarning instead of PendingDeprecationWarning.
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33274: Compliance with DOM L1: return removed attribute (#7465)</title>
<updated>2018-06-07T04:42:38+00:00</updated>
<author>
<name>arikrupnik</name>
<email>ari@30pins.com</email>
</author>
<published>2018-06-07T04:42:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5bfa058e65897567889354d7eb34af2b93a20f18'/>
<id>5bfa058e65897567889354d7eb34af2b93a20f18</id>
<content type='text'>
* bpo-33274: Compliance with DOM L1: return removed attribute

* Update 2018-06-06-22-01-33.bpo-33274.teYqv8.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-33274: Compliance with DOM L1: return removed attribute

* Update 2018-06-06-22-01-33.bpo-33274.teYqv8.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924)</title>
<updated>2018-05-17T08:16:12+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2018-05-17T08:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f90f5d5c1d95721e0ca0b1c302e3d13ed34753a8'/>
<id>f90f5d5c1d95721e0ca0b1c302e3d13ed34753a8</id>
<content type='text'>
`obj.async` is now a syntax error, so the warning/shim is
quasi-unnecessary.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`obj.async` is now a syntax error, so the warning/shim is
quasi-unnecessary.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32297: Few misspellings found in Python source code comments. (#4803)</title>
<updated>2017-12-14T11:04:53+00:00</updated>
<author>
<name>Mike</name>
<email>mehanig@gmail.com</email>
</author>
<published>2017-12-14T11:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=53f7a7c2814fbfd8a29200926601a32fa48bacb3'/>
<id>53f7a7c2814fbfd8a29200926601a32fa48bacb3</id>
<content type='text'>
* Fix multiple typos in code comments

* Add spacing in comments (test_logging.py, test_math.py)

* Fix spaces at the beginning of comments in test_logging.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix multiple typos in code comments

* Add spacing in comments (test_logging.py, test_math.py)

* Fix spaces at the beginning of comments in test_logging.py
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31776: Missing "raise from None" in Lib/xml/etree/ElementPath.py (#3978)</title>
<updated>2017-10-16T08:24:22+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2017-10-16T08:24:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0df19055c92a0b0728659807978e4ca4d6c8e1bc'/>
<id>0df19055c92a0b0728659807978e4ca4d6c8e1bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31648: Improve ElementPath (#3835)</title>
<updated>2017-09-30T13:35:21+00:00</updated>
<author>
<name>scoder</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2017-09-30T13:35:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=101a5e84acbab9d880e150195f23185dfb5449a9'/>
<id>101a5e84acbab9d880e150195f23185dfb5449a9</id>
<content type='text'>
* Allow whitespace inside of ElementPath predicates.
* Add ElementPath predicate support for text comparison of the current node, like "[.='text']".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Allow whitespace inside of ElementPath predicates.
* Add ElementPath predicate support for text comparison of the current node, like "[.='text']".
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30264: ExpatParser closes the source on error (#1451)</title>
<updated>2017-05-05T07:46:47+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2017-05-05T07:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ef9c0e732fc50aefbdd7c5a80e04e14b31684e66'/>
<id>ef9c0e732fc50aefbdd7c5a80e04e14b31684e66</id>
<content type='text'>
ExpatParser.parse() of xml.sax.xmlreader now always closes the
source: close the file object or the urllib object if source is a
string (not an open file-like object). The change fixes a
ResourceWarning on parsing error.

Add test_parse_close_source() unit test.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ExpatParser.parse() of xml.sax.xmlreader now always closes the
source: close the file object or the urllib object if source is a
string (not an open file-like object). The change fixes a
ResourceWarning on parsing error.

Add test_parse_close_source() unit test.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263)</title>
<updated>2017-04-24T06:05:00+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-04-24T06:05:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2e576f5aec1f8f23f07001e2eb3db9276851a4fc'/>
<id>2e576f5aec1f8f23f07001e2eb3db9276851a4fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29762: More use "raise from None". (#569)</title>
<updated>2017-04-05T06:37:24+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-04-05T06:37:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5affd23e6f42125998724787025080a24839266e'/>
<id>5affd23e6f42125998724787025080a24839266e</id>
<content type='text'>
This hides unwanted implementation details from tracebacks.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This hides unwanted implementation details from tracebacks.</pre>
</div>
</content>
</entry>
</feed>
