summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2007-05-30 22:24:28 (GMT)
committerBrett Cannon <bcannon@gmail.com>2007-05-30 22:24:28 (GMT)
commit7eec2179081c86e1a79c5f17b43346e14fc8fb53 (patch)
treedb14dd573c2ec2801d4a622440f7d47235bec19f /Misc
parentc249bdab92cc6fd933fb4972356a3fb0a0865ec4 (diff)
downloadcpython-7eec2179081c86e1a79c5f17b43346e14fc8fb53.zip
cpython-7eec2179081c86e1a79c5f17b43346e14fc8fb53.tar.gz
cpython-7eec2179081c86e1a79c5f17b43346e14fc8fb53.tar.bz2
Have md5 raise a DeprecationWarning as per 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 8f4bceb..c1f3763 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -220,6 +220,8 @@ Core and builtins
Library
-------
+- md5 now raises a DeprecationWarning upon import.
+
- mimify now raises a DeprecationWarning upon import.
- MimeWriter now raises a DeprecationWarning upon import.