Opened 3 years ago
Closed 3 years ago
#22603 closed enhancement (fixed)
py3: last step for zip
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.6 |
Component: | python3 | Keywords: | |
Cc: | saraedum, tscrim, jmantysalo | Merged in: | |
Authors: | Frédéric Chapoton | Reviewers: | David Coudert |
Report Upstream: | N/A | Work issues: | |
Branch: | 141ffc0 (Commits) | Commit: | 141ffc0cc8bac6532f48d79a959b995d5563d5e2 |
Dependencies: | Stopgaps: |
Description (last modified by )
part of #16082
hopefully the last step to python3 compatible zip
Change History (6)
comment:1 Changed 3 years ago by
- Branch set to u/chapoton/22603
- Commit set to 141ffc0cc8bac6532f48d79a959b995d5563d5e2
- Status changed from new to needs_review
comment:2 Changed 3 years ago by
- Cc saraedum added
comment:3 Changed 3 years ago by
- Description modified (diff)
- Summary changed from p3: last step for zip to py3: last step for zip
comment:5 Changed 3 years ago by
- Reviewers set to David Coudert
- Status changed from needs_review to positive_review
Passes all tests on src/sage/graphs/
. Good to go.
comment:6 Changed 3 years ago by
- Branch changed from u/chapoton/22603 to 141ffc0cc8bac6532f48d79a959b995d5563d5e2
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
py3: handle last change for zip