Message108623
Maybe I'm misunderstanding what issue we're talking about here, but wasn't this supposed to be fixed?
giampaolo@ubuntu:~/svn/python-3.2$ python3.2
Python 3.2a0 (py3k:82220M, Jun 25 2010, 21:38:56)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> class A:
... def foo(self, x):
... pass
...
>>> A().foo()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: foo() takes exactly 2 arguments (1 given)
>>> |
|
| Date |
User |
Action |
Args |
| 2010-06-25 19:42:52 | giampaolo.rodola | set | recipients:
+ giampaolo.rodola, rhettinger, belopolsky, nedbat, benjamin.peterson, rbp, r.david.murray, gungorbasa |
| 2010-06-25 19:42:51 | giampaolo.rodola | set | messageid: <1277494971.99.0.776544428364.issue2516@psf.upfronthosting.co.za> |
| 2010-06-25 19:42:50 | giampaolo.rodola | link | issue2516 messages |
| 2010-06-25 19:42:50 | giampaolo.rodola | create | |
|