summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-09 22:51:58 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-09 22:51:58 (GMT)
commit9ac3974de847a3d94a49b70ee7c6a70eaa43bbf6 (patch)
tree4fe731ef2a4c53a2f2fc49fbbd9f37089705d00c /Misc
parent1aed624f7c6051bc670a846825bd40108d3f8dd5 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2b7b52f..41d3fe5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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