Eric V. Smith added the comment:

It seems to me that by giving it an __index__ method, you're saying it can be 
used as an integer. It's not surprising to me that hex(), oct(), and bin() 
would work with a Grade.F object. If anything, I'd say that more places should 
use __index__ than currently do.

----------
nosy: +eric.smith

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19995>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to