This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients LambertDW, darcy@druid.net, georg.brandl, giampaolo.rodola, loewis, terry.reedy
Date 2008-10-31.17:32:59
SpamBayes Score 0.004590976
Marked as misclassified No
Message-id <1225474380.65.0.76906747907.issue4243@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-10-31 17:33:00terry.reedysetrecipients: + terry.reedy, loewis, georg.brandl, giampaolo.rodola, LambertDW, darcy@druid.net
2008-10-31 17:33:00terry.reedysetmessageid: <1225474380.65.0.76906747907.issue4243@psf.upfronthosting.co.za>
2008-10-31 17:32:59terry.reedylinkissue4243 messages
2008-10-31 17:32:59terry.reedycreate