Graham Fawcett: > I don't see the connection. '__future__' in Python isn't for experimental > features, nor is it for introducing stdlib changes. It's a way to 'import' > language features which become standard in later releases.
But the end result is the same: if they find troubles in a feature present just in __future__, then I am sure they fix them before the feature becomes standard. Bye, bearophile
