This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients ajaksu2, amaury.forgeotdarc, belopolsky, nedbat, rhettinger
Date 2008-03-30.22:24:43
SpamBayes Score 0.11826486
Marked as misclassified No
Message-id <d38f5330803301524i277071cdg1e13e80faaad0698@mail.gmail.com>
In-reply-to <1206910874.68.0.914393785045.issue2506@psf.upfronthosting.co.za>
Content
On Sun, Mar 30, 2008 at 5:01 PM, Raymond Hettinger
<report@bugs.python.org> wrote:
..
>  It would be *much* more useful to direct effort improving the mis-
>  reporting of the number of arguments given versus those required for
>  instance methods:
>    >>> a.f(1, 2)
>    TypeError: f() takes exactly 1 argument (3 given)

Please see issue2516.
History
Date User Action Args
2008-03-30 22:24:44belopolskysetspambayes_score: 0.118265 -> 0.11826486
recipients: + belopolsky, rhettinger, amaury.forgeotdarc, ajaksu2, nedbat
2008-03-30 22:24:43belopolskylinkissue2506 messages
2008-03-30 22:24:43belopolskycreate