Nick Coghlan wrote: > Would it be worthwhile to design a common rounding mechanism that can be used > to cleanly round values to the built in floating point type, as well as being > able to access the different rounding modes for decimal instances? Sounds like a job for a new protocol, such as __round__(self, mode, places). -- Greg