A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2001-August/017128.html below:

playing with 2.2a1 => strange behaviour, or misunderstanding

[Python-Dev] Q: playing with 2.2a1 => strange behaviour, or misunderstandingSamuele Pedroni pedroni@inf.ethz.ch
Mon, 20 Aug 2001 02:49:35 +0200
I have tried this with 2.2a1:
1. I have not checked the related C code
2. I have not checked the bug report list

>>> class C(object): pass
...
>>> c=C()
>>> c.a=3
>>> object.__getattr__(c,'a')
3
>>> object.__setattr__(c,'a',6)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: function takes exactly 2 arguments (3 given)

Is that meaningful or a problem?
I'm trying to understand type/class unification to consider possible jython
issues.

regards, Samuele Pedroni




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4