]> granicus.if.org Git - python/commit
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 19 Mar 2017 17:37:40 +0000 (19:37 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2017 17:37:40 +0000 (19:37 +0200)
commit80ec8364f15857c405ef0ecb1e758c8fc6b332f7
treebf8bfdbf42d3c2aeca0f085777979f873427c642
parenta5af6e1af77ee0f9294c5776478a9c24d9fbab94
bpo-29748: Added the slice index converter in Argument Clinic. (#549)
Include/ceval.h
Misc/NEWS
Objects/listobject.c
Python/ceval.c
Tools/clinic/clinic.py