Tim Peters 9fa96bed6f Fix for bug [#452230] future division isn't propagated.
builtin_eval wasn't merging in the compiler flags from the current frame;
I suppose we never noticed this before because future division is the
first future-feature that can affect expressions (nested_scopes and
generators had only statement-level effects).
2001-08-17 23:04:59 +00:00
..
2000-05-02 18:34:30 +00:00
2001-08-10 21:41:33 +00:00
2001-08-08 15:28:03 +00:00