Mark Dickinson <[EMAIL PROTECTED]> added the comment: Some final tinkering:
- docstrings and docs expanded slightly; docs mention interoperability with C and Java. - in float.hex(), there's always a sign included in the exponent (e.g. "0x1p+0" instead of "0x1p0"). This just makes for a little bit more consistency with repr(float), with C99 and with the way the Decimal module behaves (but not with Java, which omits the + sign). Added file: http://bugs.python.org/file10884/hex_float8.patch _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3008> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com