Message 280741 - Python tracker

Message280741

Author lemburg
Recipients John Helour, lemburg, loewis, mdk, serhiy.storchaka, xiang.zhang
Date 2016-11-14.08:53:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479113613.56.0.546881386797.issue24339@psf.upfronthosting.co.za>
In-reply-to
Content
Another comment about coding style: please use \uXXXX hex code representations for the decoding map. The stdlib source code is normally kept ASCII compatible and, for codecs, the Unicode code point numbers make it easier to check the mappings for correctness.

Thanks.

PS: You will also have to sign a contributor agreement: https://www.python.org/psf/contrib/
History
Date User Action Args
2016-11-14 08:53:33lemburgsetrecipients: + lemburg, loewis, serhiy.storchaka, xiang.zhang, John Helour, mdk
2016-11-14 08:53:33lemburgsetmessageid: <1479113613.56.0.546881386797.issue24339@psf.upfronthosting.co.za>
2016-11-14 08:53:33lemburglinkissue24339 messages
2016-11-14 08:53:33lemburgcreate