Message148385
Terry, the %g format always trims trailing zeroes, so you'd have to try with a number that doesn't end in zero.
I had to make a re-implementation of format for javascript:
http://paste.pocoo.org/show/513078/
If you look at the %g case, you can clearly see how much more complex and different it is, not that that itself indicates a bug. But it is different for sure :) |
|
Date |
User |
Action |
Args |
2011-11-26 09:17:01 | Christian.Iversen | set | recipients:
+ Christian.Iversen, terry.reedy, mark.dickinson, eric.smith, eric.araujo, docs@python |
2011-11-26 09:17:01 | Christian.Iversen | set | messageid: <1322299021.47.0.79408462963.issue13433@psf.upfronthosting.co.za> |
2011-11-26 09:17:00 | Christian.Iversen | link | issue13433 messages |
2011-11-26 09:17:00 | Christian.Iversen | create | |
|