Éric Araujo <mer...@netwok.org> added the comment: Hello
I read the diff for revision 77310 and noticed that arguments with parens (I mean things like ``def spam((x, y))``, forgot the name) were replaced by grab-all arguments that are unpacked later (``def spam(x_y)``). I was wondering whether the documentation for these changed functions was still accurate when describing the arguments they take. It seems none of them have a docstring, and docs.python.org/dev/ isn’t up to date so I can’t check right now. Kind regards ---------- nosy: +Merwok _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7092> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com