The documentation is still accurate. The translation is literal so there no shift except where the unpacking exception occurs.

On Sat, Jan 9, 2010 at 20:13, Éric Araujo <report@bugs.python.org> wrote:

Éric Araujo <merwok@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 <report@bugs.python.org>
<http://bugs.python.org/issue7092>
_______________________________________