> Is there interest in a PEP for extending time, datetime / timedelta for arbitrary or extended precision fractional seconds?
Having seen the utter disaster that similar ideas brought to numpy, I would say: no. On the other hand, nanoseconds are slowly making their way to the stdlib and to add nanoseconds to datetime we only need a fully backward compatible implementation, not even a PEP. See <https://bugs.python.org/issue15443>. _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/