Stefan Behnel added the comment:

My latest status is that a decision on the future of the "parser" argument is 
still pending. See #20219.

It's correctly deprecated in the sense that passing any previously existing 
parser isn't going to be supported anymore, but passing an XMLPullParser (which 
is new in Py3.4 and thus can't have been used in existing code) now makes 
perfect sense (IMHO). So, in a way, it might end up as a sort of argument 
recycling rather than argument deletion.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17741>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to