This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients Alexander.Belopolsky, Arfrever, belopolsky, jcea, khenriksson, larry, lars.gustaebel, loewis, mark.dickinson, nadeem.vawda, r.david.murray, rosslagerwall, skrah, vstinner
Date 2011-09-12.12:30:41
SpamBayes Score 0.00014352764
Marked as misclassified No
Message-id <1315830642.06.0.33751446811.issue11457@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2011-09-12 12:30:42mark.dickinsonsetrecipients: + mark.dickinson, loewis, jcea, belopolsky, lars.gustaebel, vstinner, larry, nadeem.vawda, Arfrever, r.david.murray, skrah, Alexander.Belopolsky, rosslagerwall, khenriksson
2011-09-12 12:30:42mark.dickinsonsetmessageid: <1315830642.06.0.33751446811.issue11457@psf.upfronthosting.co.za>
2011-09-12 12:30:41mark.dickinsonlinkissue11457 messages
2011-09-12 12:30:41mark.dickinsoncreate