Skip to content

Commit ef289e0

Browse files
AlexWaygoodmiss-islington
authored andcommitted
gh-92417: doctest docs: remove references to Python <3.6 (GH-92420)
(cherry picked from commit 5639ea1) Co-authored-by: Alex Waygood <[email protected]>
1 parent baed0c3 commit ef289e0

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

@@ -786,11 +782,6 @@ instead. Another is to do ::
786782
>>> d
787783
['Harry', 'Hermione']
788784

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

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

0 commit comments

Comments
 (0)