[Python-bugs-list] [ python-Bugs-429329 ] actual-parameters *arg, **kws not doc'd

noreply@sourceforge.net noreply@sourceforge.net
Tue, 11 Dec 2001 08:16:53 -0800


Bugs item #429329, was opened at 2001-06-01 08:20
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=429329&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Alex Martelli (aleax)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: actual-parameters *arg, **kws not doc'd

Initial Comment:
5.3.4 in the language reference should document the 
forms *args and **kwds for actual parameters, but it 
makes no mention of them and does not allow for them 
in the syntax productions.


----------------------------------------------------------------------

>Comment By: Michael Hudson (mwh)
Date: 2001-12-11 08:16

Message:
Logged In: YES 
user_id=6656

Here's an attempt.

I haven't tried compiling it, as I haven't got that setup on
this machine yet, but I think it should be OK.  Fred may
want to fix some markup.

It does elevate some implementation accidents in the
interaction of *args and keyword arguments to documented
fact, which may or may not be what's wanted.

----------------------------------------------------------------------

Comment By: Jeremy Hylton (jhylton)
Date: 2001-06-06 15:46

Message:
Logged In: YES 
user_id=31392

I made a little progress on this pre-parenthood.


----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-06-01 08:38

Message:
Logged In: YES 
user_id=3066

Assigned to Jeremy, since he shepharded the patch into the
Python release.  Changes should be integrated with the 2.1.1
and head branches.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=429329&group_id=5470