diff options
author | Barry Warsaw <barry@python.org> | 1995-05-08 21:36:20 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1995-05-08 21:36:20 (GMT) |
commit | 7a1f6f4f2af359dc8cc379435dfbe0a60aa9e885 (patch) | |
tree | 015b0ebd3a5fd209101dc4179ad443eaca2af89e /Misc | |
parent | ebaf104665158f0dd215062b699e7f1a2b4580b7 (diff) | |
download | cpython-7a1f6f4f2af359dc8cc379435dfbe0a60aa9e885.zip cpython-7a1f6f4f2af359dc8cc379435dfbe0a60aa9e885.tar.gz cpython-7a1f6f4f2af359dc8cc379435dfbe0a60aa9e885.tar.bz2 |
#updated to-do list
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/python-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 42cbffd..bd2d0d9 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -58,6 +58,7 @@ ;; - even better support for outdenting. Guido suggests outdents of ;; at least one level after a return, raise, break, or continue ;; statement. +;; - 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. ;; If you want to report bugs, use py-submit-bug-report (C-c C-b). |