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 avanov
Recipients avanov
Date 2018-03-28.15:04:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522249461.65.0.467229070634.issue33170@psf.upfronthosting.co.za>
In-reply-to
Content
Logically, I would expect it to behave similarly to

```
>>> class PercentDiscount(int): pass

>>> PercentDiscount('50') == PercentDiscount(50)
True
```
History
Date User Action Args
2018-03-28 15:04:21avanovsetrecipients: + avanov
2018-03-28 15:04:21avanovsetmessageid: <1522249461.65.0.467229070634.issue33170@psf.upfronthosting.co.za>
2018-03-28 15:04:21avanovlinkissue33170 messages
2018-03-28 15:04:21avanovcreate