Commit graph

2 commits

Author SHA1 Message Date
Neal Norwitz
221085de89 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__.
2007-02-25 20:55:47 +00:00
Guido van Rossum
dfc9d4f7aa Unit tests for PEP 3102, by Jiwon Seo. Forgot to add these earlier. 2006-11-22 14:42:41 +00:00