Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-34605: Avoid master/slave terms #9101

Merged
merged 1 commit into from Sep 7, 2018

Commits on Sep 7, 2018

  1. bpo-34605: Avoid master/slave terms

    * 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
    vstinner committed Sep 7, 2018