Closed
Description
When working on #108885 I found several issues in the doctest
documentation.
doctets.failureException
does not exist. The referred exception isunittest.TestCase.failureException
.- Several copy-paste and markup errors.
- Example for float formatting is outdated since Python 3.0. repr() and str() for floats now have the same precision and do not depend on the platform C library.
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Todo