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 loewis
Recipients LambertDW, benjamin.peterson, darcy@druid.net, georg.brandl, giampaolo.rodola, loewis, terry.reedy
Date 2008-11-01.19:42:01
SpamBayes Score 0.00089890504
Marked as misclassified No
Message-id <490CB108.8070905@v.loewis.de>
In-reply-to <1225563889.18.0.243889564865.issue4243@psf.upfronthosting.co.za>
Content
>> 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."

> The sentence being changed was perfectly and mathematically correct.

I'm not so sure about that anymore. Reading the post in

http://www.englishforums.com/English/RepetitionSubjectPronoun/cqjlw/post.htm

it now seems to me that the part after the comma is a separate sentence,
and both the subject pronoun and the verb are omitted (as an ellipsis).
So the full sentence would indeed read

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

which then would be ambiguous as discussed.
History
Date User Action Args
2008-11-01 19:42:02loewissetrecipients: + loewis, georg.brandl, terry.reedy, giampaolo.rodola, benjamin.peterson, LambertDW, darcy@druid.net
2008-11-01 19:42:02loewislinkissue4243 messages
2008-11-01 19:42:01loewiscreate