]> granicus.if.org Git - python/commit
bpo-34605: Avoid master/slave terms (GH-9101)
authorVictor Stinner <vstinner@redhat.com>
Fri, 7 Sep 2018 15:30:33 +0000 (17:30 +0200)
committerGitHub <noreply@github.com>
Fri, 7 Sep 2018 15:30:33 +0000 (17:30 +0200)
commit5e922658fb55734bf8b4c6246033ea93af172ff7
treeb83f43142e5f66a389b5c611fbc7ea164ba6bcaa
parent012f5b968a738b15ae9b40c499a1c0778b0615a9
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
Doc/library/gc.rst
Doc/library/multiprocessing.rst
Lib/distutils/command/install.py
Lib/optparse.py
Lib/sre_parse.py
Lib/test/test_ssl.py
Tools/README