Python 1.6 and Python 3000's new features?

Fredrik Lundh effbot at telia.com
Wed Mar 8 12:41:35 EST 2000


Shichang Zhao wrote:
> >spring cleaning.  get rid of most warts, add typing, clean
> >up the (rather messy, by now) standard library.  etc.
>
> typing? does that mean that I have to :
>
>         int x=0
>
> instead of x=0?

not "have to", but "may, if you like, and want
the best possible performance"

or in other worse, change "add typing" to "add
optional static typing".  for more info, see the
type-sig archives.

</F>

<!-- (the eff-bot guide to) the standard python library:
http://www.pythonware.com/people/fredrik/librarybook.htm
-->





More information about the Python-list mailing list