diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-05-04 22:25:21 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-05-04 22:25:21 (GMT) |
commit | e04b627a116b4fed8fd76f9376ef53592c49d183 (patch) | |
tree | d34fbf300c14d372370177e81d3e3cab48999d55 /Misc | |
parent | ec75312eaafd6535347378179c657fca9e021e0b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |