commit | 46ac8eb3c899b498299a2f8fbcdd4ed3f32addba | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sun Jun 30 03:39:14 2002 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sun Jun 30 03:39:14 2002 +0000 |
tree | bcbe8646fceabec7bcdc4c365f6389fb537fdb68 | |
parent | 78e057a32a92c3bfb464b27a02f4931c474769e8 [diff] |
Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i)