Branch merge

This commit is contained in:
Éric Araujo 2011-06-01 19:28:26 +02:00
commit 2845365bf2
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.");