[docs] [issue32722] Mislabeling of a dict comprehension as a generator expression in the tutorial

Soothsayer report at bugs.python.org
Tue Jan 30 18:18:14 EST 2018


Soothsayer <qd57h9m4q2 at snkmail.com> added the comment:

I agree that 2.7 is incorrect also, 2.7 has dict comprehensions also so there's no reason to pass a generator expression to dict().

I add 3.4 and 3.8 because they also have the problem.

----------
versions: +Python 3.4, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32722>
_______________________________________


More information about the docs mailing list