]> granicus.if.org Git - python/commit
Patch #1674228: when assigning a slice (old-style), check for the
authorGeorg Brandl <georg@python.org>
Mon, 5 Mar 2007 22:28:13 +0000 (22:28 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 5 Mar 2007 22:28:13 +0000 (22:28 +0000)
commit0ea891603db74a830d0ecbe91ea3df4612bca0e6
tree30470ca155341c9aff5bd8ce19d4794e351bfe53
parent131069b3a0b3370ac1f6e518c8f67fa19d7644cf
Patch #1674228: when assigning a slice (old-style), check for the
sq_ass_slice instead of the sq_slice slot.
 (backport from rev. 54139)
Lib/test/test_descr.py
Misc/NEWS
Python/ceval.c