Raymond Hettinger <[email protected]> added the comment:
Does this mean that every time someone uses **kwds, that the entire dictionary will need to be scanned for invalid keys? So every API that accepts and passes through **kwds will be slowed on every time it is called. Is there any offsetting benefit? ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue8419> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
