Best way to compare the contents of two directories

Raymond Hettinger vze4rx4y at verizon.net
Wed Sep 15 00:12:04 EDT 2004


> > I'm using ActivePython 2.2.3.  Is this something that has been added
> > to a later version of Python?
>
> I think sets were added in 2.3, but either way you must still 'from sets
> import Set' before using them.

Right.

Also, sets.py is now Py2.2 compatibility, so you can take the current module off
of CVS and use it directly.


Raymond Hettinger





More information about the Python-list mailing list