summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-05-04 22:25:21 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-05-04 22:25:21 (GMT)
commite04b627a116b4fed8fd76f9376ef53592c49d183 (patch)
treed34fbf300c14d372370177e81d3e3cab48999d55 /Misc
parentec75312eaafd6535347378179c657fca9e021e0b (diff)
downloadcpython-e04b627a116b4fed8fd76f9376ef53592c49d183.zip
cpython-e04b627a116b4fed8fd76f9376ef53592c49d183.tar.gz
cpython-e04b627a116b4fed8fd76f9376ef53592c49d183.tar.bz2
remove old undocumented compat interfaces in hashlib and pwd #5881
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a92164b..81adc94 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -176,6 +176,9 @@ Library
Extension Modules
-----------------
+- Issue #5881: Remove old undocumented compatibility interfaces in hashlib and
+ pwd.
+
- Issue #5463: In struct module, remove deprecated float coercion
for integer type codes: struct.pack('L', 0.3) should now raise
an error. The _PY_STRUCT_FLOAT_COERCE constant has been removed.