# HG changeset patch # User Steve Losh # Date 1286142352 14400 # Node ID 52540acf4f802ac18deffad081e9ba95c6b5908f # Parent 887b6b2b75647c15cc3783f3b9b721179002c249 Remove some unneeded commenting. diff -r 887b6b2b7564 -r 52540acf4f80 t.py --- a/t.py Sun Oct 03 17:45:26 2010 -0400 +++ b/t.py Sun Oct 03 17:45:52 2010 -0400 @@ -80,9 +80,6 @@ def _prefixes(ids): """Return a mapping of ids to prefixes in O(n) time. - This is much faster than the naitive t function, which - takes O(n^2) time. - Each prefix will be the shortest possible substring of the ID that can uniquely identify it among the given group of IDs.