[Python-Dev] datetime nanosecond support (ctd?) (original) (raw)

Skip Montanaro skip.montanaro at gmail.com
Thu Dec 11 19:33:17 CET 2014


On Thu, Dec 11, 2014 at 11:58 AM, Matthieu Bec <mdcb808 at gmail.com> wrote:

...or keep using "%f" if acceptable...

That might be a problem. While it will probably work most of the time, there are likely to be situations where the caller assumes it generates a six-digit string. I did a little poking around. It seems like "%N" isn't used.

Skip



More information about the Python-Dev mailing list