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
3d3aedc8
Commit
3d3aedc8
authored
Jul 07, 2015
by
Zachary Ware
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix usage of the default role.
parent
4ffc3d44
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Doc/library/sys.rst
Doc/library/sys.rst
+1
-1
Doc/library/test.rst
Doc/library/test.rst
+3
-3
Doc/whatsnew/3.5.rst
Doc/whatsnew/3.5.rst
+1
-1
No files found.
Doc/library/sys.rst
View file @
3d3aedc8
...
...
@@ -1100,7 +1100,7 @@ always available.
pass
# The following line will fail with a RuntimeError, because
# `
wrapper` creates a `wrap(coro)
` coroutine:
# `
`wrapper`` creates a ``wrap(coro)`
` coroutine:
foo()
See also :func:`get_coroutine_wrapper`.
...
...
Doc/library/test.rst
View file @
3d3aedc8
...
...
@@ -570,9 +570,9 @@ The :mod:`test.support` module defines the following functions:
.. function:: detect_api_mismatch(ref_api, other_api, *, ignore=()):
Returns the set of attributes, functions or methods of
`ref_api`
not
found on
`other_api`
, except for a defined list of items to be
ignored in this check specified in
`ignore`
.
Returns the set of attributes, functions or methods of
*ref_api*
not
found on
*other_api*
, except for a defined list of items to be
ignored in this check specified in
*ignore*
.
By default this skips private attributes beginning with '_' but
includes all magic methods, i.e. those starting and ending in '__'.
...
...
Doc/whatsnew/3.5.rst
View file @
3d3aedc8
...
...
@@ -1086,7 +1086,7 @@ Changes in the Python API
* The :mod:`socket` module now exports the CAN_RAW_FD_FRAMES constant on linux
3.6 and greater.
* The `
pygettext.py
` Tool now uses the standard +NNNN format for timezones in
* The `
`pygettext.py`
` Tool now uses the standard +NNNN format for timezones in
the POT-Creation-Date header.
* The :mod:`smtplib` module now uses :data:`sys.stderr` instead of previous
...
...
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