Trivial performance tweaks:
- range -> xrange (is a no-brainer) - debug with lazy-applied format strings (ie: debug("doing %s", something)), is quite fast when debug logging is disabled.
Authored by: klaussfreire 2011-12-29
Parent: [r13276]
Child: [r13278]