Skip to content

Commit 5397c79

Browse files
committed
Merge 3.2
2 parents 98b6592 + affcf29 commit 5397c79

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Doc/distutils/apiref.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,7 +1814,7 @@ Subclasses of :class:`Command` must define the following methods.
18141814
.. module:: distutils.command.bdist_msi
18151815
:synopsis: Build a binary distribution as a Windows MSI file
18161816

1817-
.. class:: bdist_msi(Command)
1817+
.. class:: bdist_msi
18181818

18191819
Builds a `Windows Installer`_ (.msi) binary package.
18201820

@@ -1893,9 +1893,9 @@ Subclasses of :class:`Command` must define the following methods.
18931893
:synopsis: Build the .py/.pyc files of a package
18941894

18951895

1896-
.. class:: build_py(Command)
1896+
.. class:: build_py
18971897

1898-
.. class:: build_py_2to3(build_py)
1898+
.. class:: build_py_2to3
18991899

19001900
Alternative implementation of build_py which also runs the
19011901
2to3 conversion library on each .py file that is going to be

Modules/_threadmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ thread_PyThread_exit_thread(PyObject *self)
10981098

10991099
PyDoc_STRVAR(exit_doc,
11001100
"exit()\n\
1101-
(PyThread_exit_thread() is an obsolete synonym)\n\
1101+
(exit_thread() is an obsolete synonym)\n\
11021102
\n\
11031103
This is synonymous to ``raise SystemExit''. It will cause the current\n\
11041104
thread to exit silently unless the exception is caught.");

0 commit comments

Comments
 (0)