[Python-3000] clean out the future?

Fred Drake fdrake at acm.org
Fri Sep 7 19:29:54 CEST 2007


On Sep 7, 2007, at 1:24 PM, Georg Brandl wrote:
> Should the __future__ be cleaned out for 3k, or should all future  
> imports
> continue to work and do nothing?

They should continue to work.

One advantage of keeping the existing feature table in the __future__  
module is that is makes it easier to avoid re-using a feature name; I  
think there's merit in that.


   -Fred

-- 
Fred Drake   <fdrake at acm.org>





More information about the Python-3000 mailing list