New submission from Freed_Slave <[email protected]>: It is very good to see that "master" and "slave" terminology was removed from the project, however there are still references to "owned" references, as if these references were property. There are also things needing to be "freed" as if they were indentured servants.
I would like to open up discussion about better terminology - and when better terminology has been agreed upon I do not mind submitting a PR to get rid of this exclusive language. "Freed" terminology: * https://github.com/python/cpython/search?q=freed&unscoped_q=freed There are also additional instances were "free" is used instead of "clear" but the context makes it harder to discover with a naive search. "Owned" terminology: * https://github.com/python/cpython/search?utf8=%E2%9C%93&q=owned&type= "Master/Slave" terminology, now removed: * https://bugs.python.org/issue34605 On the topic of inclusive/exclusive terminology, there are other problematic things that should be addressed - either here or in separate issues. However I'd like to draw attention to one particularly sexist email in `test_smtplib.py` "[email protected]" - hilarious! Not. It especially sticks out among the more generic and inclusive test emails. I particularly like the inclusion of "Páolo <fő[email protected]>" but then in a test email he makes a sexual innuendo. * https://github.com/python/cpython/search?utf8=%E2%9C%93&q=mom&type= * Said innuendo: "oh là là, know what I mean, know what I mean?\n\n")" ---------- assignee: docs@python components: Documentation messages: 325331 nosy: Freed_Slave, docs@python priority: normal severity: normal status: open title: Avoid terminology related to slavery type: enhancement versions: Python 3.8 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34675> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
