commit | 42bf77537e612737c7e7e2495c3c481e92391a42 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Nov 21 22:52:58 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Nov 21 22:52:58 2011 +0100 |
tree | 860ee37c9a22144d4f9712d8f4b8f2d9288304d9 | |
parent | 6dd381eb62278f75de7ba01626813de84cd248e7 [diff] |
Rewrite PyUnicode_EncodeDecimal() to use the new Unicode API Add tests for PyUnicode_EncodeDecimal() and PyUnicode_TransformDecimalToASCII().