6 Oct
2003
6 Oct
'03
2:04 p.m.
[Fred L. Drake, Jr.]
In Python 2.3.x, when a class is defined the __name__ of the encompassing module is looked up. I suspect Python Scripts can be fixed by defining __name__ in the globals dictionary in which the code is executed.
Thanks, Fred! I added this info to the collector entry: http://collector.zope.org/Zope/1074