Łukasz Langa <[email protected]> added the comment: Oh, and in terms of *calling* functions, now we can specify multiple unpacks, like:
>>> f( ... **d, ... **e, ... ) so the extra comma for signatures simply makes it symmetrical in terms of appearance. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33064> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
