diff options
author | Barry Warsaw <barry@python.org> | 1996-07-08 22:37:06 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-07-08 22:37:06 (GMT) |
commit | fc9cc3a9ce8cca5fa6d56e88225cb37f32608761 (patch) | |
tree | bcf59d26c16f20024e6df973b6afc0544256cdd0 /Misc | |
parent | 44b7220b8bac090b21ff6de0944bd6115d54b679 (diff) | |
download | cpython-fc9cc3a9ce8cca5fa6d56e88225cb37f32608761.zip cpython-fc9cc3a9ce8cca5fa6d56e88225cb37f32608761.tar.gz cpython-fc9cc3a9ce8cca5fa6d56e88225cb37f32608761.tar.bz2 |
added a thing on the to-do list
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 96600c4..229ba4e 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -65,7 +65,8 @@ ;; - py-delete-char should obey numeric arguments. ;; - even better support for outdenting. Guido suggests outdents of ;; at least one level after a return, raise, break, or continue -;; statement. +;; statement. I also suggest trying to match up try/finally's and +;; the like. ;; - de-electrify colon inside literals (e.g. comments and strings) ;; If you can think of more things you'd like to see, drop me a line. |