Re: v1.0.2 question

Steven D. Majewski (sdm7g@virginia.edu)
Thu, 5 May 1994 16:52:50 -0400 (EDT)

$ ./python
Python 1.0.2 (May 5 1994)
Copyright 1991-1994 Stichting Mathematisch Centrum, Amsterdam
>>> def f(): return None
...
>>> f.__members__
['func_argcount', 'func_argdefs', 'func_code', 'func_globals', 'func_name']
>>>

Tommy: Looks like we gotta update newmodule.

Guido: Know of any other attribute changes we should look for ?

Steve: Thats all, folks!