This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Massimiliano Culpo
Recipients Massimiliano Culpo, docs@python, r.david.murray, serhiy.storchaka, skrah, steven.daprano
Date 2018-05-10.05:16:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAFY5BQU9SmS=+03wVgwpq5Fy+mauQYbzcgqN8Xr++FoQH_EZZw@mail.gmail.com>
In-reply-to <1525858386.96.0.682650639539.issue32288@psf.upfronthosting.co.za>
Content
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 (to say that [1, 2, 3,
   4].insert(-101, 0) is allowed?)
   - Fixing the inconsistent behavior for slices with step == -1

If I missed anything, please let me know. Otherwise, from my side, I think
it only depends on whether you want to track these issues (or even if you
consider any of the above an issue).

Cheers,

On Wed, May 9, 2018 at 11:33 AM, Serhiy Storchaka <report@bugs.python.org>
wrote:

>
> Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment:
>
> So this issue can be closed now?
>
> ----------
> nosy: +serhiy.storchaka
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue32288>
> _______________________________________
>
History
Date User Action Args
2018-05-10 05:16:28Massimiliano Culposetrecipients: + Massimiliano Culpo, steven.daprano, r.david.murray, skrah, docs@python, serhiy.storchaka
2018-05-10 05:16:28Massimiliano Culpolinkissue32288 messages
2018-05-10 05:16:28Massimiliano Culpocreate