summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-06-20 15:12:04 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-06-20 15:12:04 (GMT)
commitc733b3252fae67fef7b6d89e1320fe7eb3023b3e (patch)
tree7cd4be6b9e399f8a6f9c1dcdf4e4e575547a8fef /README
parentb33f0c1ccdab9a774a644ff928c3663685d6fd20 (diff)
downloadcpython-c733b3252fae67fef7b6d89e1320fe7eb3023b3e.zip
cpython-c733b3252fae67fef7b6d89e1320fe7eb3023b3e.tar.gz
cpython-c733b3252fae67fef7b6d89e1320fe7eb3023b3e.tar.bz2
update emacs section
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 4 insertions, 10 deletions
diff --git a/README b/README
index acb7fdd..bfdb52d 100644
--- a/README
+++ b/README
@@ -1147,16 +1147,10 @@ Emacs mode
----------
There's an excellent Emacs editing mode for Python code; see the file
-Misc/python-mode.el. Originally written by the famous Tim Peters, it
-is now maintained by the equally famous Barry Warsaw (it's no
-coincidence that they now both work on the same team). The latest
-version, along with various other contributed Python-related Emacs
-goodies, is online at http://www.python.org/emacs/python-mode/. And
-if you are planning to edit the Python C code, please pick up the
-latest version of CC Mode http://www.python.org/emacs/cc-mode/; it
-contains a "python" style used throughout most of the Python C source
-files. (Newer versions of Emacs or XEmacs may already come with the
-latest version of python-mode.)
+Misc/python-mode.el. Originally written by the famous Tim Peters, it is now
+maintained by the equally famous Barry Warsaw. The latest version, along with
+various other contributed Python-related Emacs goodies, is online at
+http://launchpad.net/python-mode/.
Tkinter