Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
a42709e6
Commit
a42709e6
authored
Oct 03, 2012
by
Nick Coghlan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #12947: Add a note to doctest until the example rendering is fixed
parent
364f79d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
Doc/library/doctest.rst
Doc/library/doctest.rst
+8
-0
No files found.
Doc/library/doctest.rst
View file @
a42709e6
...
...
@@ -680,6 +680,14 @@ above.
An
example
's doctest directives modify doctest'
s
behavior
for
that
single
example
.
Use
``+``
to
enable
the
named
behavior
,
or
``-``
to
disable
it
.
..
note
::
Due
to
an
`
unfortunate
bug
`
_
in
our
documentation
publishing
process
,
the
directives
in
the
following
examples
are
not
being
displayed
in
the
rendered
HTML
version
.
Please
use
the
"Show Source"
link
in
the
sidebar
to
view
the
details
of
the
directive
usage
examples
.
..
_unfortunate
bug
:
http
://
bugs
.
python
.
org
/
issue12947
For
example
,
this
test
passes
::
>>>
print
range
(
20
)
#
doctest
:
+
NORMALIZE_WHITESPACE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment