Jan Christoph <con-f-...@gmx.net> added the comment:

Updated example with reversed variable order for reference. This really seems 
to be related to issue3692, but really not the same thing.

IMHO both `a` and `b` should be passed in a situation like this:

````
a = range(5)
b = range(3)
c = [x+y for x in a for y in b]
````

----------
Added file: https://bugs.python.org/file47681/what_a_dict.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34076>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to