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.

作者 ethan.furman
收信人 benjamin.peterson, ethan.furman
日期 2013-12-28.20:23:56
SpamBayes Score -1.0
Marked as misclassified
Message-id <1388262236.54.0.452323443048.issue20092@psf.upfronthosting.co.za>
In-reply-to
内容
True.  I meant similar in that Python will use what's available to fill in the blank:

  class has __eq__ but user tried != ?  use __eq__ and invert result

  class has __index__ but user tried int() ?  use __index__ as-is
历史
日期 用户 动作 参数
2013-12-28 20:23:56ethan.furman修改recipients: + ethan.furman, benjamin.peterson
2013-12-28 20:23:56ethan.furman修改messageid: <1388262236.54.0.452323443048.issue20092@psf.upfronthosting.co.za>
2013-12-28 20:23:56ethan.furman链接issue20092 messages
2013-12-28 20:23:56ethan.furman创建