[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib/xml/dom minidom.py,1.13,1.14

Greg Stein gstein@lyra.org
Tue, 21 Nov 2000 14:56:52 -0800


On Tue, Nov 21, 2000 at 02:02:24PM -0800, Fred L. Drake wrote:
> Update of /cvsroot/python/python/dist/src/Lib/xml/dom
> In directory slayer.i.sourceforge.net:/tmp/cvs-serv16177/Lib/xml/dom
> 
> Modified Files:
> 	minidom.py 
> Log Message:
>...
> *** minidom.py	2000/10/23 18:09:50	1.13
> --- minidom.py	2000/11/21 22:02:22	1.14
> ***************
> *** 15,22 ****
>   """
>   
> - import pulldom
>   import string

This "import string" plus numerous uses within minidom seem a bit extraneous
since this is part of the Python 2.0 library...

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/