[Python-3000] Help needed in py3k branch

Guido van Rossum guido at python.org
Fri Apr 21 08:46:58 CEST 2006


On 4/20/06, Thomas Wouters <thomas at python.org> wrote:
> On 4/21/06, Guido van Rossum <guido at python.org> 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/)


More information about the Python-3000 mailing list