Differences From Artifact [69bb078e98]:
- File gc_lang/fr/modules/gce_suggestions.py — part of check-in [2fd7dc4dd5] at 2017-04-25 11:51:19 on branch trunk — commit 1 (user: olr, size: 16610) [annotate] [blame] [check-ins using]
To Artifact [ab62364774]:
- File gc_lang/fr/modules/gce_suggestions.py — part of check-in [52b3cb8f1b] at 2017-06-21 08:45:26 on branch trunk — [fr] màj: séparateurs des grands nombres (user: olr, size: 16609) [annotate] [blame] [check-ins using]
︙ | |||
401 402 403 404 405 406 407 | 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 | - + | return "la" _zBinary = re.compile("^[01]+$") def formatNumber (s): nLen = len(s) |
︙ |