diff options
author | Georg Brandl <georg@python.org> | 2007-08-31 10:15:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-08-31 10:15:37 (GMT) |
commit | 226878cba507cff4b6ce094063682d0b0b53cbb9 (patch) | |
tree | cf95b7b7cf86226c9f79ec6292c0f3187b234979 /Doc/library/codecs.rst | |
parent | 283e35f606a52fe3ad3cb8006a41155476118b7c (diff) | |
download | cpython-226878cba507cff4b6ce094063682d0b0b53cbb9.zip cpython-226878cba507cff4b6ce094063682d0b0b53cbb9.tar.gz cpython-226878cba507cff4b6ce094063682d0b0b53cbb9.tar.bz2 |
Add bytes methods documentation.
Diffstat (limited to 'Doc/library/codecs.rst')
-rw-r--r-- | Doc/library/codecs.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst index 7a035c2..aa6bc98 100644 --- a/Doc/library/codecs.rst +++ b/Doc/library/codecs.rst @@ -1117,6 +1117,8 @@ For the codecs listed below, the result in the "encoding" direction is always a byte string. The result of the "decoding" direction is listed as operand type in the table. +.. XXX fix here, should be in above table + +--------------------+---------+----------------+---------------------------+ | Codec | Aliases | Operand type | Purpose | +====================+=========+================+===========================+ |