Re: [Python-Dev] When do sets shrink?

2006-01-01 Thread Fernando Perez
Raymond Hettinger wrote: > It might be better to give more generic advice that tends to be true > across implementations and versions: "Dense collections like lists > tuples iterate faster than sparse structures like dicts and sets. > Whenever repeated iteration starts to dominate application run

Re: [Python-Dev] [Doc-SIG] that library reference, again

2006-01-01 Thread Stephen J. Turnbull
> "Ian" == Ian Bicking <[EMAIL PROTECTED]> writes: Ian> Nick Coghlan wrote: >> While I quite like this idea, would it make it more difficult >> when the bug tracking for the main source code is eventually >> migrated off SF? And what would happen to existing >> documentati