[docs] [issue25070] Python 2.6 - Python 3.4 allows unparenthesized generator with *args, **kw, forbidden in 3.5

Antti Haapala report at bugs.python.org
Fri Sep 11 15:50:48 CEST 2015


Antti Haapala added the comment:

Yeah, it is a bug in 2.5 too; https://docs.python.org/2.5/ref/calls.html

    call ::= primary "(" [argument_list [","]
		         | expression genexpr_for] ")"

----------
assignee:  -> docs at python
components: +Documentation
nosy: +docs at python

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


More information about the docs mailing list