On Wed, Mar 31, 2010 at 6:45 AM, Marius Gedminas <[email protected]> wrote: > I was left wondering about one thing: what would this print: > > >>> format_byte_size(1, full_name=True) > > '1.0 bytes'?
Actually it prints '1 bytes'. I tried to add a singular case but it made the functions significantly more complex for an excedingly rare case. It's almost easier to substitute the whole output. Actually, I guess that would be doable. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
