]> granicus.if.org Git - python/commit
Issue #7117 (backport py3k float repr) continued:
authorMark Dickinson <dickinsm@gmail.com>
Sat, 24 Oct 2009 14:01:08 +0000 (14:01 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 24 Oct 2009 14:01:08 +0000 (14:01 +0000)
commitda8652d920210a5ff783a7ad30f4c24d2b5ff2a2
tree4637c39f07fcd7781d2326c4ec0a11370a089040
parent99abd145dc88b1e240e55e34d9a89b7dd2360d2c
Issue #7117 (backport py3k float repr) continued:
Add sys.float_repr_style attribute ('short' if short float
repr is in used;  'legacy' otherwise).
Doc/library/sys.rst
Lib/test/test_sys.py
Python/sysmodule.c