Skip to content
Snippets Groups Projects
Unverified Commit 5639ea1e authored by Alex Waygood's avatar Alex Waygood Committed by GitHub
Browse files

gh-92417: `doctest` docs: remove references to Python <3.6 (GH-92420)

parent bc098cfd
No related branches found
No related tags found
No related merge requests found
...@@ -288,10 +288,6 @@ strings are treated as if they were docstrings. In output, a key ``K`` in ...@@ -288,10 +288,6 @@ strings are treated as if they were docstrings. In output, a key ``K`` in
Any classes found are recursively searched similarly, to test docstrings in Any classes found are recursively searched similarly, to test docstrings in
their contained methods and nested classes. their contained methods and nested classes.
.. impl-detail::
Prior to version 3.4, extension modules written in C were not fully
searched by doctest.
.. _doctest-finding-examples: .. _doctest-finding-examples:
...@@ -785,11 +781,6 @@ instead. Another is to do :: ...@@ -785,11 +781,6 @@ instead. Another is to do ::
>>> d >>> d
['Harry', 'Hermione'] ['Harry', 'Hermione']
.. note::
Before Python 3.6, when printing a dict, Python did not guarantee that
the key-value pairs was printed in any particular order.
There are others, but you get the idea. There are others, but you get the idea.
Another bad idea is to print things that embed an object address, like :: Another bad idea is to print things that embed an object address, like ::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment