diff options
author | Raymond Hettinger <python@rcn.com> | 2002-06-30 03:39:14 +0000 |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2002-06-30 03:39:14 +0000 |
commit | 137fff598982fa0591db444f6c6ea6525535825c (patch) | |
tree | 5050743c008e2ebb503b6fad799c8010db8a17ea /Python/sysmodule.c | |
parent | 15c0183cfa154d41d63051e8cd419ad5d860eff6 (diff) | |
download | cpython-137fff598982fa0591db444f6c6ea6525535825c.tar.gz |
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions