]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added missing PySequence_List.
authorGuido van Rossum <guido@python.org>
Thu, 5 Dec 1996 21:51:24 +0000 (21:51 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 5 Dec 1996 21:51:24 +0000 (21:51 +0000)
commit3c5936afc5f067b3b591f554c31e1cfdce460fad
treef7dfefb5e29c849e90a433dc5086f52933b3637f
parent2adf06b04c23e3eda8535e2ec3f32ad76de27c5e
Added missing PySequence_List.
Correct typo in error msg (expec[t]ed).
Make gcc -Wall happy.
Objects/abstract.c