Message 105199 - Python tracker (original) (raw)
Message105199
Author | mark.dickinson |
---|---|
Recipients | akitada, belopolsky, christian.heimes, josm, loewis, mark.dickinson, rhettinger, robertwb, zanella |
Date | 2010-05-07.13:12:49 |
SpamBayes Score | 0.03127708 |
Marked as misclassified | No |
Message-id | 1273237971.94.0.722569106495.issue1533@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
Yes, okay---that makes some sense; I'm happy to leave floats as they are (i.e., DeprecationWarning for small floats; TypeError for larger floats) and just fix use of __int__ for non-floats. I'll look at the patch. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-05-07 13:12:52 | mark.dickinson | set | recipients: + mark.dickinson, loewis, rhettinger, belopolsky, christian.heimes, josm, robertwb, zanella, akitada |
2010-05-07 13:12:51 | mark.dickinson | set | messageid: 1273237971.94.0.722569106495.issue1533@psf.upfronthosting.co.za |
2010-05-07 13:12:49 | mark.dickinson | link | issue1533 messages |
2010-05-07 13:12:49 | mark.dickinson | create |