Opened 3 years ago
Closed 3 years ago
#25599 closed enhancement (duplicate)
py3: get rid of "import imp" in /misc/inline_fortran
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | python3 | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
because imp is deprecated in favor of importlib
Change History (6)
comment:1 Changed 3 years ago by
- Branch set to u/chapoton/25599
- Commit set to 955607b8055ce0100932c213b34c4f6473413598
- Status changed from new to needs_review
comment:2 Changed 3 years ago by
- Commit changed from 955607b8055ce0100932c213b34c4f6473413598 to b05b3ac183d913c1124ded80b6a58b433ff410b9
Branch pushed to git repo; I updated commit sha1. New commits:
b05b3ac | fix typo, but not yet working
|
comment:3 Changed 3 years ago by
- Status changed from needs_review to needs_work
comment:4 Changed 3 years ago by
related to #25703 ?
comment:5 Changed 3 years ago by
- Branch u/chapoton/25599 deleted
- Commit b05b3ac183d913c1124ded80b6a58b433ff410b9 deleted
- Milestone changed from sage-8.3 to sage-duplicate/invalid/wontfix
- Status changed from needs_work to positive_review
ok, this one is a duplicate ; let us close it
comment:6 Changed 3 years ago by
- Resolution set to duplicate
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
trac 25599 get rid of imp