Opened 3 years ago
Last modified 3 years ago
#27975 closed enhancement
py3: fix last doctest in ext folder — at Version 4
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: | u/chapoton/27975 | 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 (4)
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
Note: See
TracTickets for help on using
tickets.
New commits:
py3: fix last doctest in ext folder