Boštjan Mejak <bostjan.me...@gmail.com> 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 <rep...@bugs.python.org>
<http://bugs.python.org/issue11318>
_______________________________________
So you&#39;re saying that if a class&#39; 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&#39;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   &gt;&gt;&gt; c.count
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to