[docs] [issue34605] Avoid master/slave terminology

STINNER Victor report at bugs.python.org
Fri Sep 7 10:57:23 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

IMHO it's ok to keep the "master" term for:

* Git "master" branch
* "webmaster"
* "postmaster"

To find all impacted files, I used the commend:

git grep -i -E 'master|slave'|grep -v -E 'webmaster|postmaster|/blob/master/'

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34605>
_______________________________________


More information about the docs mailing list