diff options
author | Andrew Kuchling <amk@amk.ca> | 2014-03-19 20:23:01 (GMT) |
---|---|---|
committer | Andrew Kuchling <amk@amk.ca> | 2014-03-19 20:23:01 (GMT) |
commit | 2e3743cd30090090073600cb05050a0e85327254 (patch) | |
tree | c7aa1d6beafacfdef35818bc69b55a7f841ebcd0 /Doc/library/codecs.rst | |
parent | 26e417b1821c2f5d27a81d9733273522b5d21c31 (diff) | |
download | cpython-2e3743cd30090090073600cb05050a0e85327254.zip cpython-2e3743cd30090090073600cb05050a0e85327254.tar.gz cpython-2e3743cd30090090073600cb05050a0e85327254.tar.bz2 |
#13437: link to the source code for a few more modules
Diffstat (limited to 'Doc/library/codecs.rst')
-rw-r--r-- | Doc/library/codecs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 3729dac..36144e9 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -7,6 +7,7 @@ .. sectionauthor:: Marc-André Lemburg <mal@lemburg.com> .. sectionauthor:: Martin v. Löwis <martin@v.loewis.de> +**Source code:** :source:`Lib/codecs.py` .. index:: single: Unicode @@ -1418,4 +1419,3 @@ This module implements a variant of the UTF-8 codec: On encoding a UTF-8 encoded BOM will be prepended to the UTF-8 encoded bytes. For the stateful encoder this is only done once (on the first write to the byte stream). For decoding an optional UTF-8 encoded BOM at the start of the data will be skipped. - |