Changeset 391 for python/trunk/Include/compile.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/compile.h
r2 r391 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.