Changes between Version 2 and Version 3 of Ticket #26837
- Timestamp:
- 12/05/18 17:35:57 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26837
-
Property
Reviewers
changed from
to
chapoton
-
Property
Reviewers
changed from
-
Ticket #26837 – Description
v2 v3 1 1 Fix the remaining python3 errors in combinat.designs module : 2 2 - fix interface bewteen python3 and expat xml parser. 3 - replace some ``map``usage with list comprehesion. The former map usage resulting in empty lists and therefore multiple errors.4 - fix sorting issues in ``IncidenceStructure.__init__``3 - replace some {{{map}}} usage with list comprehesion. The former map usage resulting in empty lists and therefore multiple errors. 4 - fix sorting issues in {{{IncidenceStructure.__init__}}} 5 5 6 6 Errors fixed :