Changeset 388 for python/vendor/current/Include/compile.h
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Include/compile.h
r2 r388 34 34 PyAPI_FUNC(PyFutureFeatures *) PyFuture_FromAST(struct _mod *, const char *); 35 35 36 #define ERR_LATE_FUTURE \37 "from __future__ imports must occur at the beginning of the file"38 36 39 37 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.