]> sigrok.org Git - libsigrokdecode.git/commit
Python: Use range instead of xrange.
authorUwe Hermann <redacted>
Sun, 18 Apr 2010 00:02:35 +0000 (02:02 +0200)
committerUwe Hermann <redacted>
Sun, 18 Apr 2010 00:02:35 +0000 (02:02 +0200)
commita5fdab452f682e50cc05d6f392f750473fd93e78
tree9783b2d3fa18bdc2ef18a0b1118395390beb55a0
parent2454527da4eeb27683f64ffdc3311d4ac00b3a04
Python: Use range instead of xrange.

For small numbers range seems to be faster, and xramge is being removed
anyway in Python 3 AFAIK.
scripts/transitioncounter.py