This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Freed_Slave
Recipients Freed_Slave, docs@python
Date 2018-09-14.07:29:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536910171.17.0.956365154283.issue34675@psf.upfronthosting.co.za>
In-reply-to
Content
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` "my_mom@great.cooker.com" - hilarious! Not. It especially sticks out among the more generic and inclusive test emails. I particularly like the inclusion of "Páolo <főo@bar.com>" 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")"
History
Date User Action Args
2018-09-14 07:29:31Freed_Slavesetrecipients: + Freed_Slave, docs@python
2018-09-14 07:29:31Freed_Slavesetmessageid: <1536910171.17.0.956365154283.issue34675@psf.upfronthosting.co.za>
2018-09-14 07:29:31Freed_Slavelinkissue34675 messages
2018-09-14 07:29:30Freed_Slavecreate