]> granicus.if.org Git - python/commitdiff
fix a name issue; note all doc files should be encoded in utf8
authorBenjamin Peterson <benjamin@python.org>
Sat, 13 Sep 2008 22:54:43 +0000 (22:54 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 13 Sep 2008 22:54:43 +0000 (22:54 +0000)
Doc/whatsnew/2.6.rst

index 023c7579533615e81c2a52d57a74d460824f569a..5adf8d1de02e29c5f987448940c581b777bb6e9e 100644 (file)
@@ -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.