Opened 2 years ago
Closed 2 years ago
#26726 closed enhancement (fixed)
Py3: Some python3 fixes in geometry module.
Reported by: | vklein | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.5 |
Component: | python3 | Keywords: | |
Cc: | Merged in: | ||
Authors: | Vincent Klein | Reviewers: | Frédéric Chapoton |
Report Upstream: | N/A | Work issues: | |
Branch: | f6e0847 (Commits, GitHub, GitLab) | Commit: | f6e08475b962df66a4d3c575ef1d4dc2777e3b2e |
Dependencies: | Stopgaps: |
Description (last modified by )
Fix polyhedron/palp_database, linear_expression and fan_isomorphism modules for python3.
Change History (6)
comment:1 Changed 2 years ago by
- Branch set to u/vklein/26726
comment:2 Changed 2 years ago by
- Commit set to f6e08475b962df66a4d3c575ef1d4dc2777e3b2e
- Description modified (diff)
- Summary changed from Py3: Many python3 fixes in geometry module. to Py3: Some python3 fixes in geometry module.
comment:3 Changed 2 years ago by
- Status changed from new to needs_review
comment:4 Changed 2 years ago by
comment:5 Changed 2 years ago by
- Reviewers set to Frédéric Chapoton
- Status changed from needs_review to positive_review
ok
comment:6 Changed 2 years ago by
- Branch changed from u/vklein/26726 to f6e08475b962df66a4d3c575ef1d4dc2777e3b2e
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
Trac #26726: Py3: Somes fixes in module geometry ...