Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b492244e
Commit
b492244e
authored
Jun 21, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link to LibRef module documentation
parent
70a77ac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
Doc/whatsnew/whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+13
-1
No files found.
Doc/whatsnew/whatsnew25.tex
View file @
b492244e
...
...
@@ -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.
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment