Commit Graph

6 Commits

Author SHA1 Message Date
Guido van Rossum e8ef4e1190 Add a partial list of limitations, stripping out some corresponding XXX comments. 2007-02-26 16:57:52 +00:00
Guido van Rossum 5c0a6de79a Use Glyph's trick to ensure that __globals__ is set properly. 2007-02-25 21:22:21 +00:00
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 9a7e77401b Add support for static and class methods. 2007-02-25 16:19:20 +00:00
Neal Norwitz 88470ec348 Fix typo 2007-02-25 15:02:38 +00:00
Guido van Rossum ebbc01ef50 First draft of a different solution to the reload() problem. 2007-02-25 05:08:26 +00:00