Opened 20 months ago
Closed 20 months ago
#28079 closed enhancement (fixed)
Py3: Fix doctest in multiset_partition_into_sets_ordered
Reported by: | vklein | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | sage-8.9 |
Component: | python3 | Keywords: | |
Cc: | Merged in: | ||
Authors: | Vincent Klein | Reviewers: | Frédéric Chapoton |
Report Upstream: | N/A | Work issues: | |
Branch: | 1f60fb3 (Commits, GitHub, GitLab) | Commit: | 1f60fb332bfa3693a806758488a378ef5ed371c3 |
Dependencies: | Stopgaps: |
Description
Add key=str
in order to have an effective sort both in py2 and py3.
Change History (4)
comment:1 Changed 20 months ago by
- Branch set to u/vklein/28079
comment:2 Changed 20 months ago by
- Commit set to 1f60fb332bfa3693a806758488a378ef5ed371c3
- Status changed from new to needs_review
comment:3 Changed 20 months ago by
- Reviewers set to Frédéric Chapoton
- Status changed from needs_review to positive_review
ok, well. Good enough. Thanks
comment:4 Changed 20 months ago by
- Branch changed from u/vklein/28079 to 1f60fb332bfa3693a806758488a378ef5ed371c3
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
Trac #28079: Fix doctest in multiset_partition...