[Patches] [ python-Patches-1498441 ] Change *args from a tuple to list

SourceForge.net noreply at sourceforge.net
Wed May 31 21:33:32 CEST 2006


Patches item #1498441, was opened at 2006-05-31 15:30
Message generated for change (Settings changed) made by collinwinter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1498441&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core (C code)
Group: Python 3000
Status: Open
Resolution: None
Priority: 5
Submitted By: Collin Winter (collinwinter)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: Change *args from a tuple to list

Initial Comment:
As discussed on python-3000, this patch changes *args
from a tuple to a list. It also includes doc and test
changes.

The patch is against r46582.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1498441&group_id=5470


More information about the Patches mailing list