diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-05-31 19:20:00 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-05-31 19:20:00 (GMT) |
commit | c2aa09ad8055ba3e03da297608552d04b42e9aac (patch) | |
tree | d349deae79ade87b4e39098d067e114f50e1bcbb /Misc | |
parent | 03b75fa4e1331d4c9f5ff6385ff54fb522bc4cab (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |