-.. _ast:
-
-Abstract Syntax Trees
-=====================
+:mod:`ast` --- Abstract Syntax Trees
+====================================
.. module:: ast
:synopsis: Abstract Syntax Tree classes and manipulation.
support :program:`Emacs`\ -like line editing and command-history keystrokes.)
Cmd Example
-===========
+-----------
.. sectionauthor:: Raymond Hettinger <python at rcn dot com>
.. toctree::
+ turtle.rst
cmd.rst
shlex.rst
-.. _debugger:
-
:mod:`pdb` --- The Python Debugger
==================================
.. _debugger-commands:
Debugger Commands
-=================
+-----------------
The commands recognized by the debugger are listed below. Most commands can be
abbreviated to one or two letters as indicated; e.g. ``h(elp)`` means that
Their intended use is to allow an interactive user to import a debugger module
and engage in post-mortem debugging without having to re-execute the command
that caused the error. (Typical use is ``import pdb; pdb.pm()`` to enter the
- post-mortem debugger; see chapter :ref:`debugger` for
+ post-mortem debugger; see :mod:`pdb` module for
more information.)
The meaning of the variables is the same as that of the return values from
tkinter.ttk.rst
tkinter.tix.rst
tkinter.scrolledtext.rst
- turtle.rst
idle.rst
othergui.rst
-========================================
-:mod:`turtle` --- Turtle graphics for Tk
-========================================
+=================================
+:mod:`turtle` --- Turtle graphics
+=================================
.. module:: turtle
- :synopsis: Turtle graphics for Tk
+ :synopsis: An educational framework for simple graphics applications
.. sectionauthor:: Gregor Lingl <gregor.lingl@aon.at>
.. testsetup:: default