[Python-checkins] cpython (3.4): Issue #24894: Document the codec iso8859_11

victor.stinner python-checkins at python.org
Thu Sep 24 09:05:37 CEST 2015


https://hg.python.org/cpython/rev/aa9e0dcbbcc2
changeset:   98235:aa9e0dcbbcc2
branch:      3.4
parent:      98232:824cb25448ab
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Sep 24 09:04:05 2015 +0200
summary:
  Issue #24894: Document the codec iso8859_11

Patch written by Prashant Tyagi.

files:
  Doc/library/codecs.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/library/codecs.rst b/Doc/library/codecs.rst
--- a/Doc/library/codecs.rst
+++ b/Doc/library/codecs.rst
@@ -1130,6 +1130,8 @@
 +-----------------+--------------------------------+--------------------------------+
 | iso8859_10      | iso-8859-10, latin6, L6        | Nordic languages               |
 +-----------------+--------------------------------+--------------------------------+
+| iso8859_11      | iso-8859-11, thai              | Thai languages                 |
++-----------------+--------------------------------+--------------------------------+
 | iso8859_13      | iso-8859-13, latin7, L7        | Baltic languages               |
 +-----------------+--------------------------------+--------------------------------+
 | iso8859_14      | iso-8859-14, latin8, L8        | Celtic languages               |

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list