[XML-SIG] Minidom
Fred L. Drake, Jr.
fdrake@acm.org
Tue, 20 Mar 2001 09:23:06 -0500 (EST)
Lars Marius Garshol writes:
> We shouldn't be using sax2exts any more, since that is just a legacy
> thing left over from an old SAX 2.0 version. In fact, we should aim to
> rip all that stuff out before too long.
Perhaps with Python 2.1 a DeprecationWarning should be issued?
try:
import warnings
except ImportError:
pass
else:
warnings.warn("sax2exts has been deprecated; use...",
DeprecationWarning)
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
PythonLabs at Digital Creations