> The bug is in Lib/xml/__init__.py > > __version__ = "1.9".split()[1] > > I don't know what it was supposed to be, but .split() without an > argument splits on whitespace. best guess is "1.9".split('.') ?? This must be because I used "cvs export -kv" to create the tarball this time. This may warrant a release update :-( --Guido van Rossum (home page: http://www.python.org/~guido/)