Python 2.3

Peter Hansen peter at engcorp.com
Sat Jul 20 13:25:57 EDT 2002


Rhymes wrote:
> 
> On 20 Jul 2002 11:21:00 -0400, aahz at pythoncraft.com (Aahz) wrote:
> 
> >Yes, it is, unless you're using some strange meaning for "built-in" far
> >removed from its normal meaning.
> 
> sorry, "default" not "built-in"

Well, neither are regular expressions, trigonometric math functions,
graphics, sockets, access to many operating system features, and a
host of other useful "standard" features.

That's the whole point of packages of course.  Just treat the 
"from __future__" statements as any other package and you'll
be fine.

-Peter



More information about the Python-list mailing list