Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba0053 commit ce70132Copy full SHA for ce70132
1 file changed
Lib/test/test__locale.py
@@ -67,7 +67,9 @@ def accept(loc):
67
known_numerics = {
68
'en_US': ('.', ','),
69
'de_DE' : (',', '.'),
70
- 'fr_FR.UTF-8' : (',', ' '),
+ # The French thousands separator may be a breaking or non-breaking space
71
+ # depending on the platform, so do not test it
72
+ 'fr_FR' : (',', ''),
73
'ps_AF': ('\u066b', '\u066c'),
74
}
75
0 commit comments