]> granicus.if.org Git - python/commit
Update code to increment and decrement using the cleaner += 1 and -= 1 style.
authorRaymond Hettinger <python@rcn.com>
Sun, 10 Mar 2013 22:13:35 +0000 (15:13 -0700)
committerRaymond Hettinger <python@rcn.com>
Sun, 10 Mar 2013 22:13:35 +0000 (15:13 -0700)
commit720da571590427a10bbf04cdfe486f4ab6d85156
tree4950506baded34ac6b55bec89aa043e64e832831
parentfc5c5320a0de0724d692e05b5f08aaed3fce03c8
Update code to increment and decrement using the cleaner += 1 and -= 1 style.
Lib/threading.py