On 4/20/06, Thomas Wouters <[EMAIL PROTECTED]> wrote: > On 4/21/06, Guido van Rossum <[EMAIL PROTECTED]> wrote: > > a bunch of tests for XML modules all fail (perhaps some of these are > > related): minidom, sax, xdrlib, xml_etree > > I'm not sure if they're related, but I do believe they're all caused by > classic-vs-new-style class semantics.
The minidom problems seem to be mostly due to excessive backwards compatibility hacks (related to classic classes and more). Shall we just kill minicompat.py? It's got hacks for supporting versions all the way back to 2.1... > Oh, I guess I'll check in the exceptions fix, then ;-) Thanks! -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
