summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-10 22:45:07 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-10 22:45:07 (GMT)
commit27508d4eb98fba5e092a742fc241760b5f796985 (patch)
treebf66a8d90d8120ce18999e4fdb6bd40c70b4f3f7 /Misc
parent2bca21223900bb8cc24177ad593611e8b317d2bf (diff)
downloadcpython-27508d4eb98fba5e092a742fc241760b5f796985.zip
cpython-27508d4eb98fba5e092a742fc241760b5f796985.tar.gz
cpython-27508d4eb98fba5e092a742fc241760b5f796985.tar.bz2
Deprecate ihooks for removal in 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 c1a3038..12adf3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Extension Modules
Library
-------
+- The ihooks module has been deprecated for removal in Python 3.0.
+
- The fpformat module has been deprecated for removal in Python 3.0.
- The dl module has been deprecated for removal in Python 3.0.