Skip to content

Commit 5639ea1

Browse files
authored
gh-92417: doctest docs: remove references to Python <3.6 (GH-92420)
1 parent bc098cf commit 5639ea1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Doc/library/doctest.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,6 @@ strings are treated as if they were docstrings. In output, a key ``K`` in
288288
Any classes found are recursively searched similarly, to test docstrings in
289289
their contained methods and nested classes.
290290

291-
.. impl-detail::
292-
Prior to version 3.4, extension modules written in C were not fully
293-
searched by doctest.
294-
295291

296292
.. _doctest-finding-examples:
297293

@@ -785,11 +781,6 @@ instead. Another is to do ::
785781
>>> d
786782
['Harry', 'Hermione']
787783

788-
.. note::
789-
790-
Before Python 3.6, when printing a dict, Python did not guarantee that
791-
the key-value pairs was printed in any particular order.
792-
793784
There are others, but you get the idea.
794785

795786
Another bad idea is to print things that embed an object address, like ::

0 commit comments

Comments
 (0)