[issue24894] iso-8859-11 missing from codecs table

2015-09-24 Thread Prashant Tyagi
Prashant Tyagi added the comment: Typo error is very silly,because i am new to this developement of python foundation .next time i will try my best. On Thu, Sep 24, 2015 at 12:37 PM, STINNER Victor wrote: > > STINNER Victor added the comment: > > > That was mistake in previous patch,so here is

[issue24894] iso-8859-11 missing from codecs table

2015-09-24 Thread Ezio Melotti
Ezio Melotti added the comment: Thanks Prashant for the patch and Victor for taking care of it! -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed versions: +Python 2.7, Python 3.4 ___ Python tracker

[issue24894] iso-8859-11 missing from codecs table

2015-09-24 Thread STINNER Victor
STINNER Victor added the comment: > That was mistake in previous patch,so here is new patch for the same. Don't be sorry, that's why we have reviews :-) +| iso8859_11 | iso-8856-11, iso-8859-11-2001, | Thai languages | +| | thai |

[issue24894] iso-8859-11 missing from codecs table

2015-09-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset aa9e0dcbbcc2 by Victor Stinner in branch '3.4': Issue #24894: Document the codec iso8859_11 https://hg.python.org/cpython/rev/aa9e0dcbbcc2 New changeset 84a918335fe5 by Victor Stinner in branch '3.5': Merge 3.4 (codecs, issue #24894) https://hg.pyth

[issue24894] iso-8859-11 missing from codecs table

2015-09-23 Thread Prashant Tyagi
Prashant Tyagi added the comment: That was mistake in previous patch,so here is new patch for the same. -- Added file: http://bugs.python.org/file40557/issue_24894.patch ___ Python tracker _

[issue24894] iso-8859-11 missing from codecs table

2015-09-23 Thread STINNER Victor
STINNER Victor added the comment: Issue24894.patch is wrong: latin is an alias to ISO 8859-1, not to ISO 8859-11. >>> codecs.lookup('latin').name 'iso8859-1' iso8859_11 has 3 aliases: thai, iso_8859_11, iso_8859_11_2001. You can mention iso-8859-11 and thai in the doc. -- ___

[issue24894] iso-8859-11 missing from codecs table

2015-09-20 Thread Prashant Tyagi
Prashant Tyagi added the comment: Here is my patch which includes iso8859_11 to the docs. -- keywords: +patch Added file: http://bugs.python.org/file40528/Issue24894.patch ___ Python tracker ___

[issue24894] iso-8859-11 missing from codecs table

2015-09-20 Thread Prashant Tyagi
Prashant Tyagi added the comment: As it is cleary stated itself into the wipikedia https://en.wikipedia.org/wiki/ISO/IEC_8859#The_Parts_of_ISO.2FIEC_8859. "The work in making a part of 8859 for Devanagari was officially abandoned in 1997. ISCII and Unicode/ISO/IEC 10646 cover Devanagari." so a

[issue24894] iso-8859-11 missing from codecs table

2015-08-18 Thread Ezio Melotti
New submission from Ezio Melotti: In https://docs.python.org/3/library/codecs.html#standard-encodings iso8859_11 appears to be missing. 'thai' seems a valid alias for this encoding, but there might be others. cp874 also covers the thai alphabet, but it's a different encoding. Note that iso8859