Opened 4 years ago
Closed 4 years ago
#24233 closed enhancement (fixed)
py3: replace <type by <... (in plot, schemes, stats and structure)
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.1 |
Component: | python3 | Keywords: | |
Cc: | Merged in: | ||
Authors: | Frédéric Chapoton | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | b9bd891 (Commits, GitHub, GitLab) | Commit: | b9bd8918c0ea4ff67236aadf43d0c722e51bc75b |
Dependencies: | Stopgaps: |
Description (last modified by )
part of #16085
using the following command from inside these folders:
grep -rl "<type '" ./ | xargs sed -i "s/<type '/<... '/g"
Change History (5)
comment:1 Changed 4 years ago by
- Branch set to u/chapoton/24233
- Commit set to b9bd8918c0ea4ff67236aadf43d0c722e51bc75b
- Status changed from new to needs_review
comment:2 Changed 4 years ago by
- Description modified (diff)
comment:4 Changed 4 years ago by
- Status changed from needs_review to positive_review
comment:5 Changed 4 years ago by
- Branch changed from u/chapoton/24233 to b9bd8918c0ea4ff67236aadf43d0c722e51bc75b
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
py3: replace <type by <... in folders: plot, schemes, stats and structure