Draft PEP (RE: Other situations like this (was RE: [Python-Dev] Nested scopes resolution -- you can breathe again!))

Samuele Pedroni Samuele Pedroni <pedroni@inf.ethz.ch>
Mon, 26 Feb 2001 19:44:23 +0100 (MET)


Hi.

I have understood the point about making future feature inheritance
automatic ;)

So I imagine that the future features should at least end up being
visible as a (writeable?) code attribute:

co_futures or co_future_features

being a list of feature name strings.

or I'm wrong?

regards, Samuele Pedroni