diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2010-04-11 01:40:49 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2010-04-11 01:40:49 (GMT) |
commit | bfe8a84ce9a9e3aafb25b3e95e8709a7a1f52678 (patch) | |
tree | 2a6688ef32e5aa10b7d2eca712dea8452ce668ba | |
parent | a11da59755c27c7a74df90d08f6401b0c96be160 (diff) | |
download | cpython-bfe8a84ce9a9e3aafb25b3e95e8709a7a1f52678.zip cpython-bfe8a84ce9a9e3aafb25b3e95e8709a7a1f52678.tar.gz cpython-bfe8a84ce9a9e3aafb25b3e95e8709a7a1f52678.tar.bz2 |
name correct
-rw-r--r-- | Doc/whatsnew/2.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index ba4f87d..ccc97b8 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -1788,7 +1788,7 @@ changes, or look through the Subversion logs for all the details. were applied. (Maintained by Josiah Carlson; see :issue:`1736190` for one patch.) -* The :mod:`bsddb` module also has a new maintainer, Jesús Cea, and the package +* The :mod:`bsddb` module also has a new maintainer, Jesús Cea Avion, and the package is now available as a standalone package. The web page for the package is `www.jcea.es/programacion/pybsddb.htm <http://www.jcea.es/programacion/pybsddb.htm>`__. |