Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Include/timefuncs.h

    r2 r388  
    1717PyAPI_FUNC(time_t) _PyTime_DoubleToTimet(double x);
    1818
     19/* Get the current time since the epoch in seconds */
     20PyAPI_FUNC(double) _PyTime_FloatTime(void);
     21
    1922
    2023#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.