Opened 6 years ago
Closed 6 years ago
#22474 closed enhancement (fixed)
py3 modernize metaclass in combinat folder
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-7.6 |
Component: | python3 | Keywords: | |
Cc: | Merged in: | ||
Authors: | Frédéric Chapoton | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | c81410d (Commits, GitHub, GitLab) | Commit: | c81410dfcaa5a5239b13d69f98616bd01563c04e |
Dependencies: | Stopgaps: |
Description
using the very convenient decorator add_metaclass (from six)
here only in the combinat folder
part of #16074
Change History (3)
comment:1 Changed 6 years ago by
Branch: | → u/chapoton/22474 |
---|---|
Commit: | → c81410dfcaa5a5239b13d69f98616bd01563c04e |
Status: | new → needs_review |
comment:2 Changed 6 years ago by
Reviewers: | → Travis Scrimshaw |
---|---|
Status: | needs_review → positive_review |
LGTM.
comment:3 Changed 6 years ago by
Branch: | u/chapoton/22474 → c81410dfcaa5a5239b13d69f98616bd01563c04e |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
New commits:
py3 handle metaclass in combinat folder