Pedro Werneck <[EMAIL PROTECTED]> added the comment:

That's expected as mktime is just a thin wrapper over libc mktime() and
it does not expect microseconds. Changing time.mktime doesn't seems an
option, so the best alternative is to implement a method in datetime
type. Is there a real demand for C code implementing this to justify it?

----------
nosy: +werneck

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2736>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to