Changeset 391 for python/trunk/Include/complexobject.h
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Include/complexobject.h
r2 r391 55 55 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op); 56 56 57 /* Format the object based on the format_spec, as defined in PEP 3101 58 (Advanced String Formatting). */ 59 PyAPI_FUNC(PyObject *) _PyComplex_FormatAdvanced(PyObject *obj, 60 char *format_spec, 61 Py_ssize_t format_spec_len); 62 57 63 #ifdef __cplusplus 58 64 }
Note:
See TracChangeset
for help on using the changeset viewer.