[Python-Dev] a strange case (original) (raw)

Jeremy Hylton jeremy@zope.com
16 May 2003 14:50:00 -0400


On Fri, 2003-05-16 at 14:44, Barry Warsaw wrote:

No, it's not, and in 2.3 you get an error (albeit a TypeError with a rather unhelpful message). I guess the "fix" hasn't been backported.

I think we decided this wasn't a pure bugfix :-). Some poor soul may have code that relies on being able to subclass a module.

Jeremy