mirror of
https://github.com/python/cpython.git
synced 2025-08-24 18:55:00 +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
|
@ -929,7 +929,7 @@ class OptionContainer:
|
|||
self.set_description(description)
|
||||
|
||||
def _create_option_mappings(self):
|
||||
# For use by OptionParser constructor -- create the master
|
||||
# For use by OptionParser constructor -- create the main
|
||||
# option mappings used by this OptionParser and all
|
||||
# OptionGroups that it owns.
|
||||
self._short_opt = {} # single letter -> Option instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue