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

Eric Snow ericsnowcurrently at gmail.com
Thu Dec 18 05:20:37 CET 2014


On Wed, Dec 17, 2014 at 7:52 PM, Matthieu Bec <mdcb808 at gmail.com> wrote:
>
>
> Attached patch defines a new type struct_timespec for the time module. A new
> capsule exports the type along with to/from converters - opening a bridge
> for C, and for example the datetime module.

I'd recommend opening a new issue in the bug tracker (bugs.python.org)
and attach the patch there.  Attaching it to an email is a good way
for it to get lost and forgotten. :)

-eric


More information about the Python-Dev mailing list