diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-05-30 22:24:28 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-05-30 22:24:28 (GMT) |
commit | 7eec2179081c86e1a79c5f17b43346e14fc8fb53 (patch) | |
tree | db14dd573c2ec2801d4a622440f7d47235bec19f /Misc | |
parent | c249bdab92cc6fd933fb4972356a3fb0a0865ec4 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |