Mark Dickinson <dicki...@gmail.com> added the comment:

> I propose adding the Decimal fields "ctime", "atime", and "mtime" to the > 
> named tuple returned by os.stat().

That would be an interesting precedent:  I don't think there are many (any?) 
other places outside the 'decimal' module that deal with Decimal objects 
(excluding general purpose serialization protocols and the like).

Decimal's support for conversion to-and-from float (and comparison with float) 
is stronger than it used to be; I think this could work.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11457>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to