All joking aside, I actually like it that Python also allows one to interact with lower-level concepts when needed. Maybe there could be even more of this?
-- Koos On Sun, Oct 15, 2017 at 8:04 PM, Koos Zevenhoven <[email protected]> wrote: > On Sun, Oct 15, 2017 at 6:58 PM, Guido van Rossum <[email protected]> > wrote: > >> I'd like to have time.time_ns() -- this is most parallel to st_mtime_ns. >> >> > Welcome to the list Guido! You sound like a C programmer. For many people, > that was the best language they knew of when they learned to program. But > have you ever tried Python? You should give it a try! > > > -- Koos > > P.S. Sorry, couldn't resist :-) I guess having two versions of one > function would not be that bad. I will probably never use the ns version > anyway. But I'd like a more general solution to such problems in the long > run. > > > -- > + Koos Zevenhoven + http://twitter.com/k7hoven + > -- + Koos Zevenhoven + http://twitter.com/k7hoven +
_______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
