[issue20110] Misleading word used for __annotations__

2014-01-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 203ca77ea819 by Benjamin Peterson in branch '3.3': correct word for __annotations__ doc (closes #20110) http://hg.python.org/cpython/rev/203ca77ea819 New changeset 3e75f649e93b by Benjamin Peterson in branch 'default': merge 3.3 (#20110) http://hg.p

[issue20110] Misleading word used for __annotations__

2014-01-02 Thread Claudiu.Popa
New submission from Claudiu.Popa: The documentation for `__annotations__` specify that the dict contains the parameter names ``or`` the return, but this is misleading, because `return` exists even if the parameter keys are present. -- assignee: docs@python components: Documentation fil