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
0f29ad1b
Commit
0f29ad1b
authored
Jun 04, 2016
by
Martin Panter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More typo fixes for 3.6
parent
19409197
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Lib/trace.py
Lib/trace.py
+1
-1
Lib/urllib/request.py
Lib/urllib/request.py
+1
-1
No files found.
Lib/trace.py
View file @
0f29ad1b
...
...
@@ -224,7 +224,7 @@ class CoverageResults:
:param show_missing: Show lines that had no hits.
:param summary: Include coverage summary per module.
:param coverdir: If None, the results of each module are placed in it
'
s
:param coverdir: If None, the results of each module are placed in its
directory, otherwise it is included in the directory
specified.
"""
...
...
Lib/urllib/request.py
View file @
0f29ad1b
...
...
@@ -187,7 +187,7 @@ def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT,
For ftp, file, and data urls and requests explicitly handled by legacy
URLopener and FancyURLopener classes, this function returns a
urllib.response.addinfourl object which can work as context manager and
urllib.response.addinfourl object which can work as
a
context manager and
also support the geturl(), info(), getcode() methods listed above.
Note that *None& may be returned if no handler handles the request (though
...
...
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