]> granicus.if.org Git - python/commit
Issue 1742669. Now %d accepts very big float numbers.
authorFacundo Batista <facundobatista@gmail.com>
Sun, 24 Feb 2008 03:17:21 +0000 (03:17 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Sun, 24 Feb 2008 03:17:21 +0000 (03:17 +0000)
commitc11cecf3d0f816893f5765a7b5e25d5f4e3fe531
tree681e7a9b0d25d0e246b30dbab2de465e2e212997
parentb93e7d16d50a6055309d9ff4e105ade453079c41
Issue 1742669. Now %d accepts very big float numbers.
Thanks Gabriel Genellina.
Lib/test/string_tests.py
Lib/test/test_format.py
Objects/stringobject.c
Objects/unicodeobject.c