Issue #19676: Tweak documentation a bit.

* Updated version info to 3.5
* Fixed a markup error
* Added a versionadded directive to namereplace_errors documentation
This commit is contained in:
Berker Peksag 2014-11-25 18:59:20 +02:00
parent 6a11e5e1ae
commit 87f6c2212e
2 changed files with 5 additions and 3 deletions

View file

@ -118,6 +118,6 @@ Registry API for Unicode encoding error handlers
.. c:function:: PyObject* PyCodec_NameReplaceErrors(PyObject *exc)
Replace the unicode encode error with `\N{...}` escapes.
Replace the unicode encode error with ``\N{...}`` escapes.
.. versionadded: 3.4
.. versionadded:: 3.5