From: Fred Drake Date: Wed, 18 Jul 2001 17:40:19 +0000 (+0000) Subject: Add some symbolic names to support hyperlinked references. X-Git-Tag: v2.2a3~1075 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a2302b3b230bdeb636510d63a2ce6cb37b893f5;p=thirdparty%2FPython%2Fcpython.git Add some symbolic names to support hyperlinked references. --- diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 93d39c0c447a..d457c952456a 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -1,4 +1,4 @@ -\chapter{The Python Debugger} +\chapter{The Python Debugger \label{debugger}} \declaremodule{standard}{pdb} \modulesynopsis{The Python debugger for interactive interpreters.} @@ -324,7 +324,7 @@ The program being executed is aborted. \end{description} -\section{How It Works} +\section{How It Works \label{debugger-hooks}} Some changes were made to the interpreter: