Vedran Čačić <ved...@gmail.com> added the comment: I wrote some AST analyzers, and this would have simplified my code. So I welcome it. :-)
However, it means people might be tempted to write a[b:c, d] as a[(b:c, d)] (or at least expect it to work -- same as `a[b, c]` can now be written as `a[(b, c)]`). We aren't going to allow this? ---------- nosy: +veky _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34822> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com