Should decimal be the default for floating period literals?<br><br>E.g.<br>1.2 would actually be decimal.Decimal("1.2")<br>and float(1.2) would be used to get traditional binary float point.<br>