]> granicus.if.org Git - python/commit
Under certain conditions (sometimes triggered by the test suite),
authorGuido van Rossum <guido@python.org>
Tue, 2 Oct 2001 18:33:11 +0000 (18:33 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 Oct 2001 18:33:11 +0000 (18:33 +0000)
commitb855134a0d9f8e505c51ade315912cf030e46ccc
tree7d2ca6767f667cb63ac3c26bb312491ef88aced0
parente37e96df064c7b019111b6f3d06fcbc8797c0514
Under certain conditions (sometimes triggered by the test suite),
"from xml.parsers import expat" succeeds but the imported expat module
is an empty shell.  Make sure we don't be fooled by that.
Lib/xmlrpclib.py