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
2845365b
Commit
2845365b
authored
Jun 01, 2011
by
Éric Araujo
Browse files
Options
Browse Files
Download
Plain Diff
Branch merge
parents
bdc21fba
346d8609
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/distutils/apiref.rst
Doc/distutils/apiref.rst
+1
-1
Modules/threadmodule.c
Modules/threadmodule.c
+1
-1
No files found.
Doc/distutils/apiref.rst
View file @
2845365b
...
...
@@ -1815,7 +1815,7 @@ Subclasses of :class:`Command` must define the following methods.
.. module:: distutils.command.bdist_msi
:synopsis: Build a binary distribution as a Windows MSI file
.. class:: bdist_msi
(Command)
.. class:: bdist_msi
Builds a `Windows Installer`_ (.msi) binary package.
...
...
Modules/threadmodule.c
View file @
2845365b
...
...
@@ -715,7 +715,7 @@ thread_PyThread_exit_thread(PyObject *self)
PyDoc_STRVAR
(
exit_doc
,
"exit()
\n
\
(
PyThread_
exit_thread() is an obsolete synonym)
\n
\
(exit_thread() is an obsolete synonym)
\n
\
\n
\
This is synonymous to ``raise SystemExit''. It will cause the current
\n
\
thread to exit silently unless the exception is caught."
);
...
...
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