#24771 closed enhancement (fixed)
Miscellaneous fixes to the doctest module
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.2 |
Component: | doctest framework | Keywords: | |
Cc: | embray | Merged in: | |
Authors: | Erik Bray | Reviewers: | Jeroen Demeyer |
Report Upstream: | N/A | Work issues: | |
Branch: | 878a62b (Commits, GitHub, GitLab) | Commit: | |
Dependencies: | Stopgaps: |
Description
Change History (6)
comment:1 Changed 4 years ago by
- Branch set to u/jdemeyer/ticket/24771
comment:2 Changed 4 years ago by
- Commit set to 878a62b4a9d266ecccab6e6b0cdd1c6044e2ef1d
comment:3 Changed 4 years ago by
- Status changed from new to needs_review
comment:4 Changed 4 years ago by
- Status changed from needs_review to positive_review
comment:5 Changed 4 years ago by
- Branch changed from u/jdemeyer/ticket/24771 to 878a62b4a9d266ecccab6e6b0cdd1c6044e2ef1d
- Resolution set to fixed
- Status changed from positive_review to closed
comment:6 Changed 4 years ago by
- Commit 878a62b4a9d266ecccab6e6b0cdd1c6044e2ef1d deleted
This probably caused #24918 due to change of sys.stdout
to sys.stderr
in showwarning_with_traceback()
Note: See
TracTickets for help on using
tickets.
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
A few other miscellaneous fixes to the doctests tests
This exception reads 'utf-8' on Python 3 and 'utf8' on Python 2