Opened 5 years ago
Closed 5 years ago
#20974 closed enhancement (fixed)
py3 import in matrix folder (futurize)
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.3 |
Component: | python3 | Keywords: | |
Cc: | Merged in: | ||
Authors: | Frédéric Chapoton | Reviewers: | Jori Mäntysalo |
Report Upstream: | N/A | Work issues: | |
Branch: | 9a0f835 (Commits, GitHub, GitLab) | Commit: | 9a0f835939fe9f4446b03c7b954a9154a843c39b |
Dependencies: | Stopgaps: |
Description
another step to py3
done using
futurize -w -f absolute_import src/sage/matrix/
Change History (3)
comment:1 Changed 5 years ago by
- Branch set to public/20974
- Commit set to 9a0f835939fe9f4446b03c7b954a9154a843c39b
- Status changed from new to needs_review
comment:2 Changed 5 years ago by
- Reviewers set to Jori Mäntysalo
- Status changed from needs_review to positive_review
Works.
comment:3 Changed 5 years ago by
- Branch changed from public/20974 to 9a0f835939fe9f4446b03c7b954a9154a843c39b
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
trac 20974 py3 import in matrix folder