[Python-Dev] Dictionary subclasses and exec (original) (raw)

akuchlin@mems-exchange.org akuchlin@mems-exchange.org
Tue, 23 Oct 2001 21:42:42 -0400


On Tue, Oct 23, 2001 at 09:30:27PM -0400, Fred L. Drake, Jr. wrote:

You can take a look at that implementation of xml.dom.minidom.NodeList; for Python 2.2, the implementation goes like this:

Thanks; maybe something like that will do, and it sparks a stray thought: would it be worth making the file wrapper class in posixfile.py a subclass of file?

--amk