mirror of
https://github.com/python/cpython.git
synced 2026-06-03 10:10:22 -04:00
f15c66e143
Guido: It's pretty bad actually -- repr(1e5) comes out as '1.0'... Ditto for repr(1eN) for most N... Both in 2.6 and in 3.0...