[issue34789] Make xml.sax.make_parser accept iterables

2018-10-26 Thread Tal Einat
Tal Einat added the comment: Thanks for reporting the issue and making the PRs, Andrés! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker _

[issue34789] Make xml.sax.make_parser accept iterables

2018-10-26 Thread Tal Einat
Tal Einat added the comment: New changeset a6dc531063efe3a8d47ff4639729060c72a3688c by Tal Einat (Andrés Delfino) in branch 'master': bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576) https://github.com/python/cpython/commit/a6dc531063efe3a8d47ff4639729060c72a3688c

[issue34789] Make xml.sax.make_parser accept iterables

2018-10-26 Thread miss-islington
miss-islington added the comment: New changeset 9dcb517f8ebba16a46ec2a6a97bb3e4a97daeae9 by Miss Islington (bot) in branch '2.7': [3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH-9542) https://github.com/python/cpython/commit/9dcb517f8ebba16a46ec2a6a97bb3e4a97dae

[issue34789] Make xml.sax.make_parser accept iterables

2018-10-26 Thread miss-islington
miss-islington added the comment: New changeset 38d7620baab96c702243cfa193377a3ec10f by Miss Islington (bot) in branch '3.6': [3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH-9542) https://github.com/python/cpython/commit/38d7620baab96c702243cfa193377a3ec

[issue34789] Make xml.sax.make_parser accept iterables

2018-10-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +9456 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34789] Make xml.sax.make_parser accept iterables

2018-10-26 Thread Tal Einat
Tal Einat added the comment: New changeset 1487b651caa62647f8f8c9e8432e475e3566130c by Tal Einat (Andrés Delfino) in branch '3.7': [3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH-9542) https://github.com/python/cpython/commit/1487b651caa62647f8f8c9e8432e475e35661

[issue34789] Make xml.sax.make_parser accept iterables

2018-10-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +9455 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34789] Make xml.sax.make_parser accept iterables

2018-09-25 Thread Andrés Delfino
Change by Andrés Delfino : -- components: +XML -Library (Lib) ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34789] Make xml.sax.make_parser accept iterables

2018-09-25 Thread Andrés Delfino
Change by Andrés Delfino : -- components: +Library (Lib) -Documentation title: doc xml.sax.make_parser expects a list not just any sequence -> Make xml.sax.make_parser accept iterables ___ Python tracker