R. David Murray added the comment:

We do not use data type names as formal parameter names.  You will realize this 
is sensible if you consider that in most cases in Python the formal parameter 
name is something gets used in more than just the documentation, and that using 
a type name would shadow the type name, which is something we prefer to avoid.

----------
nosy: +r.david.murray
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed

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

Reply via email to