[ python-Bugs-975996 ] Add _PyTime_DoubletoTimet to C API

SourceForge.net noreply at sourceforge.net
Sat Jun 19 22:52:48 EDT 2004


Bugs item #975996, was opened at 2004-06-19 16:53
Message generated for change (Comment added) made by tim_one
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=975996&group_id=5470

Category: Extension Modules
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Brett Cannon (bcannon)
Assigned to: Tim Peters (tim_one)
Summary: Add _PyTime_DoubletoTimet to C API

Initial Comment:
Need to add the function to the C API and then patch datetime to 
use it where it accepts a time_t timestamp.

----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2004-06-19 22:52

Message:
Logged In: YES 
user_id=31435

Checked in:

Include/timefuncs.h; initial revision: 1.1
Lib/test/test_datetime.py; new revision: 1.48
Lib/test/test_time.py; new revision: 1.17
Misc/NEWS; new revision: 1.1007
Modules/datetimemodule.c; new revision: 1.73
Modules/timemodule.c; new revision: 2.142


----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2004-06-19 22:30

Message:
Logged In: YES 
user_id=31435

I already have code for this locally, so assigned to me and 
gave it normal priority.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=975996&group_id=5470



More information about the Python-bugs-list mailing list