Message237807
Intention of the patch was to keep it simple and limited to nanoseconds (per the report).
Throwing in Decimal would work (and possibly bring further precision) but consider:
datetime.fromnanoseconds(ns)
vs
datetime.fromtimestamp(Decimal(ts))
I find the former cleaner - sure, it adds a new class method. |
|
Date |
User |
Action |
Args |
2015-03-10 20:35:03 | mdcb808@gmail.com | set | recipients:
+ mdcb808@gmail.com, lemburg, tim.peters, belopolsky, pitrou, vstinner, pythonhacker, Arfrever, r.david.murray, andrewclegg, ethan.furman, Ramchandra Apte, serhiy.storchaka, goshawk, Niklas.Claesson |
2015-03-10 20:35:02 | mdcb808@gmail.com | set | messageid: <1426019702.92.0.739017865777.issue15443@psf.upfronthosting.co.za> |
2015-03-10 20:35:02 | mdcb808@gmail.com | link | issue15443 messages |
2015-03-10 20:35:02 | mdcb808@gmail.com | create | |
|