summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1995-05-08 21:36:20 (GMT)
committerBarry Warsaw <barry@python.org>1995-05-08 21:36:20 (GMT)
commit7a1f6f4f2af359dc8cc379435dfbe0a60aa9e885 (patch)
tree015b0ebd3a5fd209101dc4179ad443eaca2af89e /Misc
parentebaf104665158f0dd215062b699e7f1a2b4580b7 (diff)
downloadcpython-7a1f6f4f2af359dc8cc379435dfbe0a60aa9e885.zip
cpython-7a1f6f4f2af359dc8cc379435dfbe0a60aa9e885.tar.gz
cpython-7a1f6f4f2af359dc8cc379435dfbe0a60aa9e885.tar.bz2
#updated to-do list
Diffstat (limited to 'Misc')
-rw-r--r--Misc/python-mode.el1
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).