Yet another unique() function...

MonkeeSage MonkeeSage at gmail.com
Tue Feb 27 21:10:30 EST 2007


Here's yet another take on a unique() function for sequences. It's
more terse than others I've seen and works for all the common use
cases (please report any errors on the recipe page):

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/502263

Regards,
Jordan




More information about the Python-list mailing list