]> granicus.if.org Git - python/commitdiff
added a thing on the to-do list
authorBarry Warsaw <barry@python.org>
Mon, 8 Jul 1996 22:37:06 +0000 (22:37 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 8 Jul 1996 22:37:06 +0000 (22:37 +0000)
Misc/python-mode.el

index 96600c4bf4f0eb888eef1d09c4dbed7c096c5881..229ba4e1e5aaf324c972700b7fbf3e6a9b8db0fb 100644 (file)
@@ -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.