
June 23, 2015
2:35 a.m.
On Mon, Jun 22, 2015 at 8:03 PM, Gregory P. Smith <greg@krypto.org> wrote:
# We could use the long form names milliseconds, microseconds and nanoseconds but i worry with those that people would inevitably confuse ms with microseconds as times and APIs usually given the standard abbreviations rather than spelled out.
Note that datetime.timedelta uses long names:
timedelta(milliseconds=5, microseconds=3) datetime.timedelta(0, 0, 5003)