[issue23677] Mention dict and set comps in library reference

R. David Murray report at bugs.python.org
Mon Mar 16 15:00:58 CET 2015


R. David Murray added the comment:

Sounds reasonable.  Dict and set comprehensions were added later than list comprehensions, and we probably just didn't notice this needed updating.

Mark's patch, however, is incorrect.  Mark: the dict/set literal notation is a different thing from a comprehension.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23677>
_______________________________________


More information about the Python-bugs-list mailing list