Argument Precedence (possible bug?)
Peter Hansen
peter at engcorp.com
Sun Mar 5 14:30:56 CET 2006
vbgunz wrote:
> I am just learning Python and have come across something I feel might
> be a bug. Please enlightenment me... The following code presents a
> challenge. How in the world do you provide an argument for *arg4?
Maybe by putting that in the list of arguments? ...
You don't even *have* an arg4 in the list, so how are we supposed to
know what you are asking without guessing? Please consider rephrasing
the question.
-Peter
More information about the Python-list
mailing list