Massimiliano Culpo added the comment:
Hi Serhiy,
I briefly checked out Python 3.7.0b3, and saw no changes with respect to:
- Documenting what is the exact meaning of "extended slice" (but that
now is also tracked by issue 32289)
- Improving the docstring of list.insert (t
New submission from Massimiliano Culpo :
I am not really sure if what I am reporting is to be considered a bug in the
interpreter (slice built-in), a lack in documentation or if it is just me not
finding the proper references (in which case feel free to close this and sorry
for the noise
Massimiliano Culpo added the comment:
Steven and Stefan, thanks for the quick replies, even though they are giving
slightly different answers to the same questions :-)
@steven.daprano
> You refer to the docs that specify extended syntax as [start:stop:step] but
> then you tried [star