Re: Modifying the global modules included with the distribution

2005-02-07 Thread Fredrik Lundh
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/

Modifying the global modules included with the distribution

2005-02-07 Thread Justin Standard
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