added a thing on the to-do list

This commit is contained in:
Barry Warsaw 1996-07-08 22:37:06 +00:00
parent 44b7220b8b
commit fc9cc3a9ce

View 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.