mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-34605: Avoid master/slave terms (GH-9101)
* Replace "master process" with "parent process" * Replace "master option mappings" with "main option mappings" * Replace "master pattern object" with "main pattern object" * ssl: replace "master" with "server" * And some other similar changes
This commit is contained in:
parent
012f5b968a
commit
5e922658fb
7 changed files with 7 additions and 7 deletions
|
@ -223,7 +223,7 @@ class install(Command):
|
|||
|
||||
def finalize_options(self):
|
||||
"""Finalizes options."""
|
||||
# This method (and its pliant slaves, like 'finalize_unix()',
|
||||
# This method (and its pliant childs, like 'finalize_unix()',
|
||||
# 'finalize_other()', and 'select_scheme()') is where the default
|
||||
# installation directories for modules, extension modules, and
|
||||
# anything else we care to install from a Python module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue