Message 63454 - Python tracker
Message63454
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, belopolsky, stingray |
| Date | 2008-03-10.23:05:49 |
| SpamBayes Score | 0.01101518 |
| Marked as misclassified | No |
| Message-id | <1205190350.93.0.956147374391.issue2267@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Recently, the similar issue1562 "Decimal can't be subclassed useful" was rejected. In the discussion I found a reference to a former post, which precisely deals with datetime and timedelta: http://mail.python.org/pipermail/python-list/2005-January/300791.html The main argument is that the """base class has no idea what requirements may exist for invoking a subclass's constructor""" All python types behave this way: int, float, lists. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-03-10 23:05:51 | amaury.forgeotdarc | set | spambayes_score: 0.0110152 -> 0.01101518 recipients: + amaury.forgeotdarc, belopolsky, stingray |
| 2008-03-10 23:05:50 | amaury.forgeotdarc | set | spambayes_score: 0.0110152 -> 0.0110152 messageid: <1205190350.93.0.956147374391.issue2267@psf.upfronthosting.co.za> |
| 2008-03-10 23:05:50 | amaury.forgeotdarc | link | issue2267 messages |
| 2008-03-10 23:05:49 | amaury.forgeotdarc | create | |