This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients barry, benjamin.peterson, brett.cannon, brian.curtin, eric.araujo, esam, exarkun, ezio.melotti, flox, pitrou, rhettinger
Date 2010-01-10.04:52:51
SpamBayes Score 4.485177e-06
Marked as misclassified No
Message-id <bbaeab101001092052i4fbb7395q865926afe634a9e8@mail.gmail.com>
In-reply-to <1263096813.83.0.562468801404.issue7092@psf.upfronthosting.co.za>
Content
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>
> _______________________________________
>
Files
File name Uploaded
unnamed brett.cannon, 2010-01-10.04:52:51
History
Date User Action Args
2010-01-10 04:52:53brett.cannonsetrecipients: + brett.cannon, barry, rhettinger, exarkun, pitrou, benjamin.peterson, ezio.melotti, eric.araujo, brian.curtin, flox, esam
2010-01-10 04:52:52brett.cannonlinkissue7092 messages
2010-01-10 04:52:51brett.cannoncreate