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 eric.araujo
Recipients barry, benjamin.peterson, brett.cannon, brian.curtin, eric.araujo, esam, exarkun, ezio.melotti, flox, pitrou, rhettinger
Date 2010-01-10.04:13:31
SpamBayes Score 0.00030136155
Marked as misclassified No
Message-id <1263096813.83.0.562468801404.issue7092@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-01-10 04:13:34eric.araujosetrecipients: + eric.araujo, barry, brett.cannon, rhettinger, exarkun, pitrou, benjamin.peterson, ezio.melotti, brian.curtin, flox, esam
2010-01-10 04:13:33eric.araujosetmessageid: <1263096813.83.0.562468801404.issue7092@psf.upfronthosting.co.za>
2010-01-10 04:13:32eric.araujolinkissue7092 messages
2010-01-10 04:13:31eric.araujocreate