Opened 8 years ago
Closed 5 years ago
#16071 closed enhancement (invalid)
Python 3 preparation: Change usages of (ifilter, imap, izip)
Reported by: | wluebbe | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | python3 | Keywords: | python3 |
Cc: | Merged in: | ||
Authors: | André Apitzsch | Reviewers: | |
Report Upstream: | N/A | Work issues: | |
Branch: | public/ticket/16071 (Commits, GitHub, GitLab) | Commit: | d8d2e0141cc392a2008e95e76b9a3a8281f47e8d |
Dependencies: | Stopgaps: |
Description
Complementing and building on the change in ticket:16070.
The tool 2to3 renames the functions to their builtin equivalents.
There are 20 effected modules (have to check why there are more as in ticket:16070).
This ticket is tracked as a dependency of meta-ticket ticket:16052.
Change History (15)
comment:1 Changed 8 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:2 Changed 8 years ago by
- Milestone changed from sage-6.3 to sage-6.4
comment:3 Changed 8 years ago by
- Branch set to u/aapitzsch/ticket/16071
- Commit set to 24cf09ba353f982d57fa606350f8bfbbed8854cb
- Status changed from new to needs_review
comment:4 Changed 8 years ago by
I rebased on 6.4.beta2
comment:5 Changed 8 years ago by
- Branch changed from u/aapitzsch/ticket/16071 to public/ticket/16071
- Commit changed from 24cf09ba353f982d57fa606350f8bfbbed8854cb to d0aa547b3ac2b7d32259c099c401c814686a409e
comment:6 Changed 7 years ago by
- Commit changed from d0aa547b3ac2b7d32259c099c401c814686a409e to cf6c30a0af8f52536aacac28bca85d8817d66c11
Branch pushed to git repo; I updated commit sha1. New commits:
cf6c30a | Merge branch 'public/ticket/16071' into 6.7.b1
|
comment:7 Changed 7 years ago by
- Commit changed from cf6c30a0af8f52536aacac28bca85d8817d66c11 to d8d2e0141cc392a2008e95e76b9a3a8281f47e8d
Branch pushed to git repo; I updated commit sha1. New commits:
d8d2e01 | Merge branch 'public/ticket/16071' into 6.7
|
comment:8 Changed 7 years ago by
These look like things that could be done programmatically when we actually switch. Right now, they'll only make existing code slower :/
comment:9 Changed 7 years ago by
- Status changed from needs_review to needs_work
comment:10 Changed 6 years ago by
- Component changed from distribution to python3
- Milestone changed from sage-6.4 to sage-7.2
comment:11 Changed 6 years ago by
comment:12 Changed 6 years ago by
- Milestone changed from sage-7.2 to sage-7.4
comment:13 Changed 6 years ago by
- Milestone changed from sage-7.4 to sage-duplicate/invalid/wontfix
- Status changed from needs_work to needs_review
There is no longer any ifilter, imap or izip to be taken care of.
comment:14 Changed 6 years ago by
- Status changed from needs_review to positive_review
comment:15 Changed 5 years ago by
- Resolution set to invalid
- Status changed from positive_review to closed
New commits:
replace imap and ifilter
add python 2/3 switch for izip