#27975 closed enhancement (fixed)
py3: fix last doctest in ext folder
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.9 |
Component: | python3 | Keywords: | |
Cc: | tscrim, jhpalmieri, vklein | Merged in: | |
Authors: | Frédéric Chapoton | Reviewers: | Vincent Klein |
Report Upstream: | N/A | Work issues: | |
Branch: | 8090659 (Commits, GitHub, GitLab) | Commit: | 8090659248a68acddd456316f15c20d5c252774e |
Dependencies: | Stopgaps: |
Description (last modified by )
by adding the tag not tested
.
This appears in a piece of doc testing a piece of code which is not supposed to work!!!
Change History (6)
comment:1 Changed 3 years ago by
- Branch set to u/chapoton/27975
- Cc tscrim jhpalmieri vklein added
- Commit set to 8090659248a68acddd456316f15c20d5c252774e
- Status changed from new to needs_review
comment:3 Changed 3 years ago by
- Status changed from needs_review to positive_review
comment:4 Changed 3 years ago by
- Description modified (diff)
- Summary changed from p3: fix last doctest in ext folder to py3: fix last doctest in ext folder
comment:5 Changed 3 years ago by
- Branch changed from u/chapoton/27975 to 8090659248a68acddd456316f15c20d5c252774e
- Resolution set to fixed
- Status changed from positive_review to closed
comment:6 Changed 3 years ago by
- Milestone changed from sage-8.8 to sage-8.9
Not in Sage 8.8. Let's please to try keep tickets' milestones related to the release in which we actually intend to include them, and in particular the release in which they were actually included, especially when closing tickets.
Note: See
TracTickets for help on using
tickets.
New commits:
py3: fix last doctest in ext folder