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 mark.dickinson
Recipients Rhamphoryncus, eric.smith, mark.dickinson, rhettinger, skrah
Date 2010-04-04.13:32:05
SpamBayes Score 2.0108929e-07
Marked as misclassified No
Message-id <1270387937.59.0.244323130194.issue8188@psf.upfronthosting.co.za>
In-reply-to
Content
New patch:

 - document and test sys.hash_info
 - document numeric hash definition (in Doc/library/stdtypes.rst;  I'm
   not sure whether this is the best place for it)
 - document Decimal change (Decimal instances are now comparable
   with instances of float, fraction.Fraction)
 - refresh patch to apply cleanly to current svn.

I think this is close to final form:  I intend to apply this patch (or something very much like it) soon;  any review would be appreciated.
History
Date User Action Args
2010-04-04 13:32:18mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, Rhamphoryncus, eric.smith, skrah
2010-04-04 13:32:17mark.dickinsonsetmessageid: <1270387937.59.0.244323130194.issue8188@psf.upfronthosting.co.za>
2010-04-04 13:32:15mark.dickinsonlinkissue8188 messages
2010-04-04 13:32:15mark.dickinsoncreate