diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-09 22:51:58 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-09 22:51:58 (GMT) |
commit | 9ac3974de847a3d94a49b70ee7c6a70eaa43bbf6 (patch) | |
tree | 4fe731ef2a4c53a2f2fc49fbbd9f37089705d00c /Misc | |
parent | 1aed624f7c6051bc670a846825bd40108d3f8dd5 (diff) | |
download | cpython-9ac3974de847a3d94a49b70ee7c6a70eaa43bbf6.zip cpython-9ac3974de847a3d94a49b70ee7c6a70eaa43bbf6.tar.gz cpython-9ac3974de847a3d94a49b70ee7c6a70eaa43bbf6.tar.bz2 |
Deprecate the pure module for 3.0.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Extension Modules Library ------- +- The pure module has been deprecated for removal in Python 3.0. + - Issue #2487: change the semantics of math.ldexp(x, n) when n is too large to fit in a C long. ldexp(x, n) now returns a zero (with suitable sign) if n is large and negative; previously, it raised |