Opened 6 years ago
Closed 6 years ago
#22350 closed enhancement (fixed)
py3 some care for zip
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.6 |
Component: | python3 | Keywords: | |
Cc: | Merged in: | ||
Authors: | Frédéric Chapoton | Reviewers: | André Apitzsch |
Report Upstream: | N/A | Work issues: | |
Branch: | fb4e724 (Commits, GitHub, GitLab) | Commit: | fb4e724905ce7f4cddf4329e89f63ce43cab255f |
Dependencies: | Stopgaps: |
Description
part of #16082
plus a few pep8 changes in the modified file
Change History (5)
comment:1 Changed 6 years ago by
Branch: | → u/chapoton/22350 |
---|---|
Commit: | → 0c582441e5e9e096e0a640dcffdb573ea52d7992 |
Status: | new → needs_review |
comment:2 Changed 6 years ago by
Commit: | 0c582441e5e9e096e0a640dcffdb573ea52d7992 → fb4e724905ce7f4cddf4329e89f63ce43cab255f |
---|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
fb4e724 | py3 some care for zip in plot/graphics
|
comment:3 Changed 6 years ago by
Reviewers: | → André Apitzsch |
---|
Looks good. Positive review if bots don't complain.
comment:5 Changed 6 years ago by
Branch: | u/chapoton/22350 → fb4e724905ce7f4cddf4329e89f63ce43cab255f |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
let us wait for the bots
New commits:
py3 use six.iteritems in graphs
trac 22331 details
trac 22331 oops, wrong import
trac 22331 oops again
trac 22331 one detail
py3 some care for zip in plot/graphics