Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cpython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
Cpython
Commits
5639ea1e
Unverified
Commit
5639ea1e
authored
May 8, 2022
by
Alex Waygood
Committed by
GitHub
May 8, 2022
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Doc/library/doctest.rst
+0
-9
0 additions, 9 deletions
Doc/library/doctest.rst
with
0 additions
and
9 deletions
Doc/library/doctest.rst
+
0
−
9
View file @
5639ea1e
...
@@ -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 ::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment