Duncan Booth wrote:

> Yes, the first one is a syntax error because you aren't allowed empty 
> parentheses in a class statement

however,

$ python
Python 2.5c1 /.../
 >>> class foo():
...     pass
...
 >>> foo
<class __main__.foo at 0x00A3D840>
 >>>

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to