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.

作者 mark.dickinson
收信人 ezio.melotti, mark.dickinson, smarnach
日期 2011-10-17.18:23:40
SpamBayes Score 1.4325148e-09
Marked as misclassified
Message-id <1318875821.58.0.166106227933.issue13201@psf.upfronthosting.co.za>
In-reply-to
内容
The new patch looks fine;  I'd still like to have the more explicit reference counting in range_hash (see replies on Rietveld).

A few more things:

- The patch needs a Misc/NEWS entry before committing;  it probably deserves a line in Doc/whatsnew/3.3.rst, too.

- The doc update should have a ".. versionchanged:: 3.3" note.

- Maybe the range_compare function could be renamed to something that makes it clearer it's just doing an equality comparison rather than a generalized comparison.  'range_equality_check'?  Or just 'range_equal' or 'range_equality'?
历史
日期 用户 动作 参数
2011-10-17 18:23:41mark.dickinson修改recipients: + mark.dickinson, ezio.melotti, smarnach
2011-10-17 18:23:41mark.dickinson修改messageid: <1318875821.58.0.166106227933.issue13201@psf.upfronthosting.co.za>
2011-10-17 18:23:41mark.dickinson链接issue13201 messages
2011-10-17 18:23:40mark.dickinson创建