SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 170 Python

Change all the function attributes from func_* -> __*__. This gets rid

of func_name, func_dict and func_doc as they already exist as __name__,
__dict__ and __doc__.
N
Neal Norwitz committed
221085de89afa861c49ff4306979dbbad949d393
Parent: 27d517b