This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky
Date 2013-01-01.23:26:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357082763.61.0.378054227113.issue16837@psf.upfronthosting.co.za>
In-reply-to
Content
According to the reference manual, "None of the types defined in [numbers] module can be instantiated."  However,

>>> from numbers import *
>>> Number()
<numbers.Number object at 0x1005e5080>

This can probably be fixed by making Number.__hash__ an abstract method.
History
Date User Action Args
2013-01-01 23:26:03belopolskysetrecipients: + belopolsky
2013-01-01 23:26:03belopolskysetmessageid: <1357082763.61.0.378054227113.issue16837@psf.upfronthosting.co.za>
2013-01-01 23:26:03belopolskylinkissue16837 messages
2013-01-01 23:26:03belopolskycreate