]> granicus.if.org Git - python/commit
bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576)
authorAndrés Delfino <adelfino@gmail.com>
Fri, 26 Oct 2018 14:56:57 +0000 (11:56 -0300)
committerTal Einat <taleinat+github@gmail.com>
Fri, 26 Oct 2018 14:56:57 +0000 (17:56 +0300)
commita6dc531063efe3a8d47ff4639729060c72a3688c
tree25f8f3c4a7883783103a4c6d73ee117aa50dc187
parent10cb3760e8631a27f5db1e51b05494e29306c671
bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576)
Doc/library/xml.sax.rst
Lib/test/test_sax.py
Lib/xml/sax/__init__.py
Misc/NEWS.d/next/Library/2018-09-25-15-48-50.bpo-34789.rPOEj5.rst [new file with mode: 0644]