Did we ever decide how to implement silent deprecation in the docs?
Some of the choices were:
1. Delete it from the current docs (making Fred cringe)
2. Move it to a separate section of the docs
3. Add a note to the docs. Perhaps \dissuade{apply()}{Use
func(*args,**kwds) instead}
Raymond Hettinger