Re: Some python comments/questions (correction)

Mark Lutz (lutz@xvt.com)
Tue, 12 Oct 93 15:13:31 MDT

A minor correction; I wrote (much too fast...):

> genfunc('x, y, z', 'x * y * x')(2, 4, 6) -> 48

Of course, it should read:

genfunc('x, y, z', 'x * y * z')(2, 4, 6) -> 48

Sorry if this caused confusion. Another poster also points
out that anonymous functions _are_ useful in Lisp-like mapping
functions.

And now for something completely different...

1) What are the major differences between python 0.9.8 to 0.9.9?
[I'd ftp the new system , but I don't have convenient ftp
access at the moment.]

2) Is there any date in mind for release 1.0 to come out?
Again, what might that introduce?

Thanks,
lutz@xvt.com