1
Title: Python-Mode Documentation
2
Author: python-mode@python.org
3
Meta: <meta name="keywords" content="Emacs Python Software" />
4
<meta name="description" content="Documentation for Python-Mode." />
5
Content-Type: text/x-rst
7
Python-mode makes a number of editing and debugging features available to
8
Python programmers who use GNU Emacs or XEmacs. Included in its basic
13
* indent/dedent/electric newline support
15
* movement across major functional sections of code
17
* code execution in inferior Python processes
19
* class/function marking
21
* integration with pdb, the Python debugger