[issue4243] has_key doc could be clearer

Terry J. Reedy report at bugs.python.org
Fri Oct 31 18:33:00 CET 2008


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I believe "deprecated" at the end is the sort of dangling modifier
deprecated by English style books I have read. I felt it to be
sufficiently awkward and potentially confusing, at least for a moment,
to be worth a few minutes to report and change.  Another suggestion for
improvement:

"dict.has_key(key), now deprecated, is equivalent to key in dict, the
recommended replacement."

With or without the (optional) final phrase, this is smoother and
impossible to misread.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4243>
_______________________________________


More information about the Python-bugs-list mailing list