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/complexobject.h

    r2 r388  
    5555PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);
    5656
     57/* Format the object based on the format_spec, as defined in PEP 3101
     58   (Advanced String Formatting). */
     59PyAPI_FUNC(PyObject *) _PyComplex_FormatAdvanced(PyObject *obj,
     60                                                 char *format_spec,
     61                                                 Py_ssize_t format_spec_len);
     62
    5763#ifdef __cplusplus
    5864}
Note: See TracChangeset for help on using the changeset viewer.