diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-06-21 17:10:18 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-06-21 17:10:18 (GMT) |
commit | b492244e35cd184607bcb80e464c4b8edf6f0951 (patch) | |
tree | 6dec0ae75f0ee50a806298edb205682db3f670e9 /Doc/whatsnew | |
parent | 70a77ac23f4a3a72ca5722d1c7f85bfd852963fa (diff) | |
download | cpython-b492244e35cd184607bcb80e464c4b8edf6f0951.zip cpython-b492244e35cd184607bcb80e464c4b8edf6f0951.tar.gz cpython-b492244e35cd184607bcb80e464c4b8edf6f0951.tar.bz2 |
Link to LibRef module documentation
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index ee6ad07..0df1333 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -1842,6 +1842,9 @@ of extension modules, now that \module{ctypes} is included with core Python. \seeurl{http://starship.python.net/crew/theller/ctypes/} {The ctypes web page, with a tutorial, reference, and FAQ.} +\seeurl{../lib/module-ctypes.html}{The documentation +for the \module{ctypes} module.} + \end{seealso} @@ -1953,7 +1956,6 @@ Please read the package's official documentation for more details. \seeurl{http://effbot.org/zone/element-index.htm} {Official documentation for ElementTree.} - \end{seealso} @@ -2004,6 +2006,13 @@ current digest state, \method{digest()} and \method{hexdigest()} return the digest value as a binary string or a string of hex digits, and \method{copy()} returns a new hashing object with the same digest state. +\begin{seealso} + +\seeurl{../lib/module-hashlib.html}{The documentation +for the \module{hashlib} module.} + +\end{seealso} + %====================================================================== \subsection{The sqlite3 package\label{module-sqlite}} @@ -2114,6 +2123,9 @@ For more information about the SQL dialect supported by SQLite, see {The SQLite web page; the documentation describes the syntax and the available data types for the supported SQL dialect.} +\seeurl{../lib/module-sqlite3.html}{The documentation +for the \module{sqlite3} module.} + \seepep{249}{Database API Specification 2.0}{PEP written by Marc-Andr\'e Lemburg.} |