summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2007-05-31 19:20:00 (GMT)
committerBrett Cannon <bcannon@gmail.com>2007-05-31 19:20:00 (GMT)
commitc2aa09ad8055ba3e03da297608552d04b42e9aac (patch)
treed349deae79ade87b4e39098d067e114f50e1bcbb /Misc
parent03b75fa4e1331d4c9f5ff6385ff54fb522bc4cab (diff)
downloadcpython-c2aa09ad8055ba3e03da297608552d04b42e9aac.zip
cpython-c2aa09ad8055ba3e03da297608552d04b42e9aac.tar.gz
cpython-c2aa09ad8055ba3e03da297608552d04b42e9aac.tar.bz2
Have the sha module raise a DeprecationWarning as specified in PEP 4.
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 c1f3763..740602b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -220,6 +220,8 @@ Core and builtins
Library
-------
+- sha now raises a DeprecationWarning upon import.
+
- md5 now raises a DeprecationWarning upon import.
- mimify now raises a DeprecationWarning upon import.