#9713: Add toric Chow group
--------------------------------+-------------------------------------------
 Reporter:  vbraun              |         Owner:  AlexGhitza                    
     Type:  enhancement         |        Status:  new                           
 Priority:  major               |     Milestone:  sage-4.6.2                    
Component:  algebraic geometry  |    Resolution:                                
 Keywords:                      |        Author:  Volker Braun                  
 Upstream:  N/A                 |      Reviewer:  Andrey Novoseltsev, Simon King
   Merged:                      |   Work_issues:                                
--------------------------------+-------------------------------------------
Changes (by jdemeyer):

  * status:  closed => new
  * resolution:  fixed =>
  * merged:  sage-4.6.2.alpha3 =>


Comment:

 A doctest like this will '''clearly''' break on 32-bit systems:
 {{{
     def __hash__(self):
         """
         Return a hash value for the :class:`Module` instance.

         OUTPUT:

         An integer.

         EXAMPLES::

             sage: from sage.modules.module import Module
             sage: M = Module(ZZ)
             sage: M.__hash__()
             6190647798068218210
         """
         return hash(self.__repr__())
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9713#comment:70>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to