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 georg.brandl
Recipients LambertDW, benjamin.peterson, darcy@druid.net, georg.brandl, giampaolo.rodola, loewis, terry.reedy
Date 2008-11-01.18:14:30
SpamBayes Score 0.00024298299
Marked as misclassified No
Message-id <1225563272.02.0.0253881409764.issue4243@psf.upfronthosting.co.za>
In-reply-to
Content
Forgive me for playing stupid here, but I want to understand English
better. I would fully understand the confusion had the sentence been

"dict.has_key(key) is equivalent to key in d, but it is deprecated."

Terry's and Martin' example sentences are transferable to that. However,
the actual sentence was

"dict.has_key(key) is equivalent to key in d, but deprecated."

Let me try to construct a similar sentence:

"Guido was once a colleague of Joe, but much smarter."

Can the "but" clause really be taken as referring to Joe? Or is it
simply not an English sentence? ;)
History
Date User Action Args
2008-11-01 18:14:32georg.brandlsetrecipients: + georg.brandl, loewis, terry.reedy, giampaolo.rodola, benjamin.peterson, LambertDW, darcy@druid.net
2008-11-01 18:14:32georg.brandlsetmessageid: <1225563272.02.0.0253881409764.issue4243@psf.upfronthosting.co.za>
2008-11-01 18:14:31georg.brandllinkissue4243 messages
2008-11-01 18:14:30georg.brandlcreate