Changes between Version 11 and Version 13 of Ticket #16085
- Timestamp:
- 01/22/17 13:57:21 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16085
-
Property
Milestone
changed from
sage-7.5
tosage-7.6
-
Property
Milestone
changed from
-
Ticket #16085 – Description
v11 v13 45 45 to find what needs to be done in src/sage: 46 46 47 * 73 <type 'int'> 47 * 73 <type 'int'> #22233 48 48 * 65 <type 'tuple'> 49 49 * 43 <type 'object'> … … 53 53 * 18 <type 'generator'> 54 54 * 9 <type 'function'> 55 * 9 <type 'bool'> 55 * 9 <type 'bool'> #22233 56 56 * 8 <type 'long'> 57 57 * 5 <type 'instance'> 58 * 5 <type 'complex'> 59 * 4 <type 'frozenset'> 60 * 3 <type 'type'> 61 * 1 <type 'set'> 58 * 5 <type 'complex'> #22233 59 * 4 <type 'frozenset'> #22233 60 * 3 <type 'type'> #22233 61 * 1 <type 'set'> #22233 62 62 63 63 and in src/doc (see #22114):