[XML-SIG] Differing symbols in PyXML?

Fred L. Drake, Jr. fdrake@acm.org
Wed, 17 Jul 2002 11:39:29 -0400


Uche Ogbuji writes:
 > I imagine the changed symbols in Fred's minidom updates
 > (e.g. DOMStringSizeErr versus the new DomstringSizeErr) are to make
 > them closer to Guido/Python style?

Ok, I've take a quick look into this, and am confused.  What are you
talking about?  grep can only find DOMStringSizeErr:

% find -name \*.py | xargs grep -i DomstringSizeErr
./build/lib.linux-i686-2.0/_xmlplus/dom/__init__.py:class DOMStringSizeErr(DOMException):
./build/lib.linux-i686-2.1/_xmlplus/dom/__init__.py:class DOMStringSizeErr(DOMException):
./build/lib.linux-i686-2.2/_xmlplus/dom/__init__.py:class DOMStringSizeErr(DOMException):
./build/lib.linux-i686-2.3/_xmlplus/dom/__init__.py:class DOMStringSizeErr(DOMException):
./xml/dom/__init__.py:class DOMStringSizeErr(DOMException):

Uche, are you looking at a modified tree?


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation