]> granicus.if.org Git - python/commit
Issue #13918: Provide a locale.delocalize() function which can remove
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 23 Oct 2014 20:52:31 +0000 (22:52 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 23 Oct 2014 20:52:31 +0000 (22:52 +0200)
commitb64bca985283716bd86cde2876808a0b46937081
tree2c2dac4d172cc64bf260b1cd906121123fc338a8
parentfce60eaf150127ab7b5ab8ed2943f85706f5f67a
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.
Doc/library/locale.rst
Lib/locale.py
Lib/test/test_locale.py
Misc/NEWS