Justin Standard wrote:
> I'm trying to make some small modifications to the xml.dom.minidom
> module. I'm developing on windows (since I have to at work), and I
> located the .py files which represent the module in the Python23/Lib
> directory, I made my changes to the file:
> Python/Lib/xml/dom/
Hi,
I'm trying to make some small modifications to the xml.dom.minidom
module. I'm developing on windows (since I have to at work), and I
located the .py files which represent the module in the Python23/Lib
directory, I made my changes to the file:
Python/Lib/xml/dom/minidom.py. However, when I