[Python-Dev] Out of date FAQ entries

Guido van Rossum guido@python.org
Fri, 24 May 2002 16:08:43 -0400


> I was looking over the FAQ and noticed a out-of-date entries.
> 
> I fixed a few:  

Thanks!

> But there are some others, which I can't do a good job updating.
> The one's I did update could use some work too. :-)

I updated the ones you mentione, except:

> 6.24. Why no class methods or mutable class variables?
> 	Mention classmethod(), staticmethod()?

This already mentions those (at the bottom).

> I'm sure there's others that could use fixing.

That's what the FAQ roulette (4th bullet on the FAQ homepage) is for!
Make this your daily routine, for a better FAQ: click on FAQ roulette;
read the entry it shows; fix it.

--Guido van Rossum (home page: http://www.python.org/~guido/)