May 11, 2018
6:32 p.m.
Andrés Delfino <adelfino@gmail.com> added the comment: The documentation says a display may or may not have a comprehension :/ [1, 2, 3] is a list display too. [x for x in range(3)] is a display that has a comprehension. Acoording to the doc. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33459> _______________________________________