mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
SF patch #1364946: Add a reference link from the dcoumentation of the encode
and decode methods to the documentation of the default error handlers.
This commit is contained in:
parent
9356fb9881
commit
d4bfe2c878
2 changed files with 4 additions and 3 deletions
|
@ -212,7 +212,7 @@ The others represent the BOM in UTF-8 and UTF-32 encodings.
|
|||
\end{datadesc}
|
||||
|
||||
|
||||
\subsection{Codec Base Classes}
|
||||
\subsection{Codec Base Classes \label{codec-base-classes}}
|
||||
|
||||
The \module{codecs} module defines a set of base classes which define the
|
||||
interface and can also be used to easily write you own codecs for use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue