﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31985	salted_hmac() docstring shouldn't mention hashlib.new().	Francisco Couzo	Francisco Couzo	"On its documentation, it mentions ""any algorithm name supported by hashlib.new() can be passed"",
but this is not true, algorithms supported by hashlib.new() may not accessible through getattr,
This was mentioned here:
https://github.com/django/django/pull/12291#discussion_r364348132
But it wasn't addressed.

Either we can make salted_hmac use hashlib.new (which is discouraged by python's documentation).
Or change the documentation to not mentioned hashlib.new."	Cleanup/optimization	closed	Utilities	3.1	Normal	fixed			Accepted	1	0	0	0	1	0
