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
b1321fba
Commit
b1321fba
authored
8 years ago
by
Martin Panter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #28394: More typo fixes for 3.6+
parent
fd1df3fe
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Doc/library/dis.rst
Doc/library/dis.rst
+1
-1
Lib/test/test_ssl.py
Lib/test/test_ssl.py
+1
-1
Modules/posixmodule.c
Modules/posixmodule.c
+1
-1
No files found.
Doc/library/dis.rst
View file @
b1321fba
...
...
@@ -610,7 +610,7 @@ iterations of the loop.
.. opcode:: SETUP_ANNOTATIONS
Checks whether ``__annotations__`` is defined in ``locals()``, if not it is
set up to an empty ``dict``. This opcode is only em
m
itted if a class
set up to an empty ``dict``. This opcode is only emitted if a class
or module body contains :term:`variable annotations <variable annotation>`
statically.
...
...
This diff is collapsed.
Click to expand it.
Lib/test/test_ssl.py
View file @
b1321fba
...
...
@@ -3475,7 +3475,7 @@ if _have_threads:
client_context
.
verify_mode
=
ssl
.
CERT_REQUIRED
client_context
.
load_verify_locations
(
SIGNING_CA
)
# first conn
ce
tion without session
# first conn
ec
tion without session
stats
=
server_params_test
(
client_context
,
server_context
)
session
=
stats
[
'session'
]
self
.
assertTrue
(
session
.
id
)
...
...
This diff is collapsed.
Click to expand it.
Modules/posixmodule.c
View file @
b1321fba
...
...
@@ -770,7 +770,7 @@ dir_fd_converter(PyObject *o, void *p)
* path.narrow
* Points to the path if it was expressed as bytes,
* or it was Unicode and was encoded to bytes. (On Windows,
* is a
n
non-zero integer if the path was expressed as bytes.
* is a non-zero integer if the path was expressed as bytes.
* The type is deliberately incompatible to prevent misuse.)
* path.fd
* Contains a file descriptor if path.accept_fd was true
...
...
This diff is collapsed.
Click to expand it.
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