commit | 38eceaaf0c207709cfbb44c7a1b9715699622848 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon May 26 11:14:17 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Mon May 26 11:14:17 2008 +0000 |
tree | 874f496e0fbaf8e6f3c86e86cd0c95fe51845dde | |
parent | 7f986acb0142574d30e5c5460df02fdbb00760e9 [diff] [blame] |
Create xmlrpc package. Issue #2886.
diff --git a/Doc/library/persistence.rst b/Doc/library/persistence.rst index c5c2aa4..8d9fa3a 100644 --- a/Doc/library/persistence.rst +++ b/Doc/library/persistence.rst
@@ -23,4 +23,5 @@ shelve.rst marshal.rst dbm.rst + bsddb.rst sqlite3.rst