]> granicus.if.org Git - python/commit
The "context" parameter to the ExternalEntityRefParameter exposes internal
authorFred Drake <fdrake@acm.org>
Sat, 23 Dec 2000 22:12:07 +0000 (22:12 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 23 Dec 2000 22:12:07 +0000 (22:12 +0000)
commit1e0611b208d4efec016fcfd621accddb40f3af6a
tree49639ff98c4255d8c7ebc4f5f87e5b529d8e78d1
parent9a1a7dda8f5f3c4c66ab1e24d9b8cf4895249868
The "context" parameter to the ExternalEntityRefParameter exposes internal
information from the Expat library that is not part of its public API.
Do not print this information as the format of the string may (and will)
change as Expat evolves.

Add additional tests to make sure the ParserCreate() function raises the
right exceptions on illegal parameters.
Lib/test/output/test_pyexpat
Lib/test/test_pyexpat.py