commit | ab1d16b4561390022efc0a45fae1ce6cbb119a58 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Nov 22 01:45:37 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Nov 22 01:45:37 2011 +0100 |
tree | e7307b10973f0167102e0baf7d0363815af0fe25 | |
parent | 58fcf9f801d590b999401533154b63f4eb26ce6c [diff] |
Issue #13093: Fix error handling on PyUnicode_EncodeDecimal() * Add tests for PyUnicode_EncodeDecimal() and PyUnicode_TransformDecimalToASCII() * Remove the unused "e" variable in replace()