commit | 25bdfac9753b0c2660bae6665954219c8bfaa48b | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Wed Oct 28 02:09:26 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Wed Oct 28 02:09:26 2009 +0000 |
tree | ec6d0a72e7d1d7edcb33de52a05a4d577871c7e9 | |
parent | 48daba677da95d4db6238882ad3b61ba3644bda8 [diff] |
Blocked revisions 70936 via svnmerge ........ r70936 | r.david.murray | 2009-03-31 23:21:43 -0400 (Tue, 31 Mar 2009) | 4 lines Fix issue 2522. locale.format now checks that it is passed exactly one pattern, which avoids mysterious errors where it had seemed to fail to do localization. ........