diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-07-31 02:54:42 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-07-31 02:54:42 (GMT) |
commit | 7357222d0e441725d6d8ccd7269a542ac340de89 (patch) | |
tree | cae59dd4fbc00af2714b3ae3926ddd5347a4cfa1 /Lib | |
parent | 8d9eb10c299cfaf2f4f8c887ead55da0d24d5050 (diff) | |
download | cpython-7357222d0e441725d6d8ccd7269a542ac340de89.zip cpython-7357222d0e441725d6d8ccd7269a542ac340de89.tar.gz cpython-7357222d0e441725d6d8ccd7269a542ac340de89.tar.bz2 |
list_ass_slice(): The difference between "recycle" and "recycled" was
impossible to remember, so renamed one to something obvious. Headed
off potential signed-vs-unsigned compiler complaints I introduced by
changing the type of a vrbl to unsigned. Removed the need for the
tedious explanation about "backward pointer loops" by looping on an
int instead.
Diffstat (limited to 'Lib')
0 files changed, 0 insertions, 0 deletions