Brett Cannon <br...@python.org> added the comment:

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 <rep...@bugs.python.org> wrote:

>
> É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>
> _______________________________________
>

----------
Added file: http://bugs.python.org/file15814/unnamed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7092>
_______________________________________
The documentation is still accurate. The translation is literal so there no 
shift except where the unpacking exception occurs.<br><br><div 
class="gmail_quote">On Sat, Jan 9, 2010 at 20:13, Éric Araujo <span 
dir="ltr">&lt;<a 
href="mailto:rep...@bugs.python.org";>rep...@bugs.python.org</a>&gt;</span> 
wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc 
solid;padding-left:1ex;"><br>
Éric Araujo &lt;<a href="mailto:mer...@netwok.org";>mer...@netwok.org</a>&gt; 
added the comment:<br>
<br>
Hello<br>
<br>
I read the diff for revision 77310 and noticed that arguments with parens<br>
(I mean things like ``def spam((x, y))``, forgot the name) were replaced<br>
by grab-all arguments that are unpacked later (``def spam(x_y)``). I was<br>
wondering whether the documentation for these changed functions was still<br>
accurate when describing the arguments they take. It seems none of them<br>
have a docstring, and <a href="http://docs.python.org/dev/"; 
target="_blank">docs.python.org/dev/</a> isn’t up to date so I can’t<br>
check right now.<br>
<br>
Kind regards<br>
<br>
----------<br>
nosy: +Merwok<br>
<div><div></div><div class="h5"><br>
_______________________________________<br>
Python tracker &lt;<a 
href="mailto:rep...@bugs.python.org";>rep...@bugs.python.org</a>&gt;<br>
&lt;<a href="http://bugs.python.org/issue7092"; 
target="_blank">http://bugs.python.org/issue7092</a>&gt;<br>
_______________________________________<br>
</div></div></blockquote></div><br>
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to