source: trunk/essentials/dev-lang/python/Python/future.c@ 3392

Last change on this file since 3392 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 3.4 KB
Line 
1#include "Python.h"
2#include "Python-ast.h"
3#include "node.h"
4#include "token.h"
5#include "graminit.h"
6#include "code.h"
7#include "compile.h"
8#include "symtable.h"
9
10#define UNDEFINED_FUTURE_FEATURE "future feature %.100s is not defined"