Stefan Behnel added the comment:

> I still think IncrementalParser is worth keeping.

If you want to keep it at all cost, I think we should at least hide it behind a 
function (as with iterparse()). If it's implemented as a class, chances are 
that people will start relying on internals by inheriting from it. And we 
already know that those internals should eventually be removed completely. 
Eventually, that function should become a two-liner or so.

----------

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

Reply via email to