]> granicus.if.org Git - python/commit
pyexpat/xml.parsers.expat create their errors and model modules from
authorBrett Cannon <brett@python.org>
Sun, 3 Feb 2013 16:37:13 +0000 (11:37 -0500)
committerBrett Cannon <brett@python.org>
Sun, 3 Feb 2013 16:37:13 +0000 (11:37 -0500)
commit9de80ac127a9cd9fab39844fcf0a58d1f9720363
tree5e5a34534f7d7acefa2902265b0320b0d9fdc6ac
parent7fc972a2aa041a978b8c4b1b58d6406100a2db8d
pyexpat/xml.parsers.expat create their errors and model modules from
scratch. This means they do not set __loader__ by default. This is
acceptable under importlib/PEP 302 definitions, so relax the test that
was trying to apply this universally.
Lib/test/test_importlib/test_api.py