~bzr-pqm/bzr/bzr.dev

Viewing all changes in revision 2255.2.108.

tuple(list[:3]) noticablely slower than (list[0], list[1], list[2])
Presumably because list[:] has to create a list, which is then converted again into a
tuple().

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: