On 4/26/06, Jorge Godoy <[EMAIL PROTECTED]> wrote: > By the way, any reason for not having this output sort()ed? It is really > better to find differences in versions and find what you're looking for > without having to scan the whole list...
sort is O(n log n). I'm not sure if we can afford that much time every time you run tg-admin info. :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears-trunk -~----------~----~----~----~------~----~------~--~---
