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

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Dec 11 23:07:18 CET 2014


MRAB wrote:
> Maybe, also, strptime could support "%*f" to gobble as many digits as
> are available.

The * would suggest that the number of digits is being
supplied as a parameter. Maybe "%?f".

-- 
Greg


More information about the Python-Dev mailing list