commit | b64bca985283716bd86cde2876808a0b46937081 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 23 22:52:31 2014 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 23 22:52:31 2014 +0200 |
tree | 2c2dac4d172cc64bf260b1cd906121123fc338a8 | |
parent | fce60eaf150127ab7b5ab8ed2943f85706f5f67a [diff] |
Issue #13918: Provide a locale.delocalize() function which can remove locale-specific number formatting from a string representing a number, without then converting it to a specific type. Patch by Cédric Krier.