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
669249ec
Commit
669249ec
authored
Nov 19, 2002
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add PyBSDDB update
parent
21645fc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
Doc/whatsnew/whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+12
-2
No files found.
Doc/whatsnew/whatsnew23.tex
View file @
669249ec
...
...
@@ -11,8 +11,6 @@
\tableofcontents
% MacOS framework-related changes (section of its own, probably)
%
% xreadlines obsolete; files are their own iterator
%\section{Introduction \label{intro}}
...
...
@@ -1020,6 +1018,17 @@ support using the \code{+=} assignment operator to add another array's
contents, and the
\code
{
*=
}
assignment operator to repeat an array.
(Contributed by Jason Orendorff.)
\item
The
\module
{
bsddb
}
module has been updated to version 3.4.0
of the
\ulink
{
PyBSDDB
}{
http://pybsddb.sourceforge.net
}
package,
providing a more complete interface to the transactional features of
the BerkeleyDB library.
The old version of the module has been renamed to
\module
{
bsddb185
}
and is no longer built automatically; you'll
have to edit
\file
{
Modules/Setup
}
to enable it. Note that the new
\module
{
bsddb
}
package is intended to be compatible with the
old module, so be sure to file bugs if you discover any
incompatibilities.
\item
The Distutils
\class
{
Extension
}
class now supports
an extra constructor argument named
\var
{
depends
}
for listing
additional source files that an extension depends on. This lets
...
...
@@ -1329,6 +1338,7 @@ options:
set maximum length of output
$
\end
{
verbatim
}
% $ prevent Emacs tex-mode from getting confused
Optik was written by Greg Ward, with suggestions from the readers of
the Getopt SIG.
...
...
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