Forgot to add u to the _formatRe.

This commit is contained in:
Jeremy Fincher 2005-02-01 09:35:35 +00:00
parent 4ac7bb4717
commit 74717061f2

View File

@ -336,7 +336,7 @@ def toBool(s):
def timestamp(t):
return time.ctime(t)
_formatRe = re.compile('%([bfhiLnpqst%])')
_formatRe = re.compile('%([bfhiLnpqstu%])')
def format(s, *args, **kwargs):
"""w00t.