mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
link to the codecs page from the "".encode() description.
This commit is contained in:
parent
d7cc1bd809
commit
ecf7a52bb8
2 changed files with 3 additions and 2 deletions
|
@ -513,7 +513,7 @@ the \function{lookup()} function to construct the instance.
|
|||
\class{StreamReader} and \class{StreamWriter} classes. They inherit
|
||||
all other methods and attribute from the underlying stream.
|
||||
|
||||
\subsection{Standard Encodings}
|
||||
\subsection{Standard Encodings\label{standard-encodings}}
|
||||
|
||||
Python comes with a number of codecs builtin, either implemented as C
|
||||
functions, or with dictionaries as mapping tables. The following table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue