diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-09-13 22:54:43 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-09-13 22:54:43 (GMT) |
commit | 5f671dfa69d2cb09a9cd477cc496d908182aeb17 (patch) | |
tree | 04cb7de88fa85db63adbdb24c396f910190c6f59 /Doc | |
parent | 3c9f541ef898207a907ad396a3e015255a2794a4 (diff) | |
download | cpython-5f671dfa69d2cb09a9cd477cc496d908182aeb17.zip cpython-5f671dfa69d2cb09a9cd477cc496d908182aeb17.tar.gz cpython-5f671dfa69d2cb09a9cd477cc496d908182aeb17.tar.bz2 |
fix a name issue; note all doc files should be encoded in utf8
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/2.6.rst | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 023c757..5adf8d1 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -1806,12 +1806,10 @@ changes, or look through the Subversion logs for all the details. were applied. (Maintained by Josiah Carlson; see :issue:`1736190` for one patch.) -.. |uacute| unicode:: 0xA9 - -* The :mod:`bsddb` module also has a new maintainer, Jes|uacute|s Cea, - 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>`__. +* The :mod:`bsddb` module also has a new maintainer, Jesús Cea, 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>`__. * The :mod:`bsddb.dbshelve` module now uses the highest pickling protocol available, instead of restricting itself to protocol 1. |