[Python-Dev] Dictionary subclasses and exec (original) (raw)
Fred L. Drake, Jr. fdrake@acm.org
Tue, 23 Oct 2001 21:57:51 -0400
- Previous message: [Python-Dev] Dictionary subclasses and exec
- Next message: [Python-Dev] patchlevel.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
akuchlin@mems-exchange.org writes:
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?
Given that the documentation for posixfile delares it to be (essentially) obsolete, I thnk the answer is "no". Code that is obsolete should not be touched as long as it continues to pass any relevant tests and there are no reported bugs.
-Fred
-- Fred L. Drake, Jr. PythonLabs at Zope Corporation
- Previous message: [Python-Dev] Dictionary subclasses and exec
- Next message: [Python-Dev] patchlevel.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]