![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: finding the intersection of a list of Sets
From: Raymond Hettinger <python@rcn.com>
Date: Tue Jan 31 2006 - 18:34:34 CET
That should have been:
>>> sets.sort(key=len)
The only refinement was the pre-sort based on set length.
|