>These macros allow to create dattime/time objects with tzinfo.
>Of course we could do:
>
>    t = PyTime_FromTime(........)
>    t = t.replace(tzinfo)
 Sorry last line has to be:
    t = t.replace(tzinfo=tzinfo)


Zaur Shibzukhov
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to