[Python-Dev] TypeError: f() missing 1 required positional argument: 'x'
Nick Coghlan
ncoghlan at gmail.com
Thu Sep 20 15:13:56 CEST 2012
On Thu, Sep 20, 2012 at 10:59 PM, Mark Dickinson <dickinsm at gmail.com> wrote:
> Perhaps this simply isn't worth worrying about, especially since the
> current error messages are all but certain to make it into the 3.3
> release.
No "all but" about it at this point - the earliest they could change
again is 3.3.1. Hopefully the new signature inspection support will
help explain some of the intricacies of binding argument values to
parameter names :)
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-Dev
mailing list