* src/docgen/PSDrawDoc.py: locale independent floating point
* src/DateDisplay.py: Better french republican date handling * src/DateParser.py: Better french republican date handling svn: r5242
This commit is contained in:
@@ -377,7 +377,7 @@ def gfloat(val):
|
||||
return 0.0
|
||||
|
||||
def gformat(val):
|
||||
"""Performs ("%.3f" % val) formatting with the resulting string always
|
||||
"""Performs ('%.3f' % val) formatting with the resulting string always
|
||||
using dot ('.') as a decimal point.
|
||||
|
||||
Useful for writing float values into XML when under non-English locale.
|
||||
|
||||
Reference in New Issue
Block a user