diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-18 05:03:17 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-18 05:03:17 (GMT) |
commit | e7214a130b3fb1c4850a1e644b9e240087f6e982 (patch) | |
tree | 00383dafee9f5c89477c155e5fd76bce0c0101fd /Misc | |
parent | 87b801cc2dc99caa80a442dbf02ede350d3fc342 (diff) | |
download | cpython-e7214a130b3fb1c4850a1e644b9e240087f6e982.zip cpython-e7214a130b3fb1c4850a1e644b9e240087f6e982.tar.gz cpython-e7214a130b3fb1c4850a1e644b9e240087f6e982.tar.bz2 |
Get float() to be more portable across platforms. Disable hex strings.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.5 alpha 1? Core and builtins ----------------- +- Support for converting hex strings to floats no longer works. + This was not portable. float('0x3') now raises a ValueError. + - Patch #1382163: Expose Subversion revision number to Python. New C API function Py_GetBuildNumber(). New attribute sys.build_number. Build number is now displayed in interactive prompt banner. |