Message94436
Another thing to consider is that in py3k we removed all conversions of
converting 'f' to 'g', such as this, from Objects/unicodeobject.c:
if (type == 'f' && fabs(x) >= 1e50)
type = 'g';
Should we also do that as part of this exercise? Or should it be another
issue, or not done at all? |
|
Date |
User |
Action |
Args |
2009-10-24 21:17:24 | eric.smith | set | recipients:
+ eric.smith, tim.peters, rhettinger, mark.dickinson |
2009-10-24 21:17:24 | eric.smith | set | messageid: <1256419044.41.0.253067042556.issue7117@psf.upfronthosting.co.za> |
2009-10-24 21:17:23 | eric.smith | link | issue7117 messages |
2009-10-24 21:17:23 | eric.smith | create | |
|