Skip to content

Commit c35da32

Browse files
[3.11] gh-92417: doctest docs: remove references to Python <3.6 (GH-92420) (GH-92467)
(cherry picked from commit 5639ea1) Co-authored-by: Alex Waygood <[email protected]> Automerge-Triggered-By: GH:serhiy-storchaka
1 parent be6c89c commit c35da32

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)