[Python-Dev] Dictionary subclasses and exec

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:
   <vanishingly short implementation deleted>

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