Where's the find module in Python 1.6?

Guido van Rossum guido at beopen.com
Mon Aug 21 11:59:56 EDT 2000


Bjorn Pettersen <bjorn at roguewave.com> writes:

> I seem to remember some mention that it was going to be removed, but I
> don't remember where...

It's still around as Lib/lib-old/find.py.

> Would it be possible to lobby to keep it? (I'll even volunteer to write
> documentation for it if that helps <wink>)

You can do this with a few lines of code and os.path.walk().

--Guido van Rossum (home page: http://www.pythonlabs.com/~guido/)



More information about the Python-list mailing list