diff options
| author | Benjamin Peterson <benjamin@python.org> | 2010-12-12 01:33:04 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2010-12-12 01:33:04 +0000 |
| commit | 28a4dce6a827eb221e986722c90bb1343e5db8e3 (patch) | |
| tree | 953cf11d4120074bdec3bc1008a81da484958ea5 /Doc/library/codecs.rst | |
| parent | 18d378dc3dca99e207047d6a32ebc36ef43c671b (diff) | |
| download | cpython-git-28a4dce6a827eb221e986722c90bb1343e5db8e3.tar.gz | |
remove (un)transform methods
Diffstat (limited to 'Doc/library/codecs.rst')
| -rw-r--r-- | Doc/library/codecs.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 26e31a4286..c9222caf4c 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1165,8 +1165,7 @@ particular, the following variants typically exist: | | | operand | +--------------------+---------+---------------------------+ -The following codecs provide bytes-to-bytes mappings. They can be used with -:meth:`bytes.transform` and :meth:`bytes.untransform`. +The following codecs provide bytes-to-bytes mappings. +--------------------+---------------------------+---------------------------+ | Codec | Aliases | Purpose | @@ -1192,8 +1191,7 @@ The following codecs provide bytes-to-bytes mappings. They can be used with | | | using gzip | +--------------------+---------------------------+---------------------------+ -The following codecs provide string-to-string mappings. They can be used with -:meth:`str.transform` and :meth:`str.untransform`. +The following codecs provide string-to-string mappings. +--------------------+---------------------------+---------------------------+ | Codec | Aliases | Purpose | |
