Opened 3 years ago
Closed 3 years ago
#27667 closed enhancement (fixed)
py3: partial cure for finite state machines
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.8 |
Component: | python3 | Keywords: | |
Cc: | cheuberg, dkrenn | Merged in: | |
Authors: | Frédéric Chapoton | Reviewers: | Daniel Krenn |
Report Upstream: | N/A | Work issues: | |
Branch: | a21c793 (Commits, GitHub, GitLab) | Commit: | a21c79309c67c4fe9ab130c35a70825fb4aa8136 |
Dependencies: | Stopgaps: |
Description
by changing the repr, so that frozensets are handled the same in py2 and py3
Change History (9)
comment:1 Changed 3 years ago by
- Branch set to u/chapoton/27667
- Commit set to f5f8938af7de1749b86fa9910b1c5cfa0111bf63
- Status changed from new to needs_review
comment:2 Changed 3 years ago by
- Cc cheuberg dkrenn added
comment:3 Changed 3 years ago by
green bot, please review
comment:4 Changed 3 years ago by
- Branch changed from u/chapoton/27667 to u/dkrenn/27667
comment:5 follow-up: ↓ 6 Changed 3 years ago by
- Commit changed from f5f8938af7de1749b86fa9910b1c5cfa0111bf63 to a21c79309c67c4fe9ab130c35a70825fb4aa8136
- Reviewers set to Daniel Krenn
comment:6 in reply to: ↑ 5 Changed 3 years ago by
comment:7 Changed 3 years ago by
looks good to me. You can set to positive if you agree
comment:8 Changed 3 years ago by
- Status changed from needs_review to positive_review
comment:9 Changed 3 years ago by
- Branch changed from u/dkrenn/27667 to a21c79309c67c4fe9ab130c35a70825fb4aa8136
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
pretty for fsm