commit | 820273d6d15f3c827cad700b9aa41bab1320c7b3 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue May 19 15:54:45 1998 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue May 19 15:54:45 1998 +0000 |
tree | dc2488a8b3472a00f13faef4520b81f887b53fa8 | |
parent | ab0e86cbcc97413c4b625c4e7acf60a8ccb36636 [diff] |
More ME patches: (py-execute-import-or-reload): Cool new command that imports or reloads the current file as a module, so as not to clutter the global namespace. Bound to C-c C-m. (py-execute-def-or-class): New command that sends the current def or class to the interpreter. Bound to C-M-x. (py-execute-string): New command that sends arbitrary string to the interpreter. Not bound by default. (py-describe-mode): Doco updates.