Boštjan Mejak <[email protected]> added the comment:
So you're saying that if a class' name is C, then c.count is the same as
C.count? I thought Python is case-sensitive. You know: c (small letter c) is
not equal to C (big letter C) in Python. I don't understand what you mean by
c.count because my intepreter always throws an exception that c is not
defined if I feed it with this code example and do >>> c.count
----------
Added file: http://bugs.python.org/file20890/unnamed
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue11318>
_______________________________________
So you're saying that if a class' name is C, then c.count is the same
as C.count? I thought Python is case-sensitive. You know: c (small letter c) is
not equal to C (big letter C) in Python. I don't understand what you mean
by c.count because my intepreter always throws an exception that c is not
defined if I feed it with this code example and do  >>> c.count
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com