python / cpython

The Python programming language
https://www.python.org/
Other
60.06k stars 29.08k forks source link

gh-109975: Document crypt_r as a possible replacement of crypt #118439

Closed hroncok closed 2 weeks ago

hroncok commented 2 weeks ago

📚 Documentation preview 📚: https://cpython-previews--118439.org.readthedocs.build/

nineteendo commented 2 weeks ago

It's worth mentioning you're the author of the crypt_r module.

hroncok commented 2 weeks ago

I am not the author (it's dissected from CPython 3.12, authored by others), but I am indeed a maintainer. Other modules in the list do not have their authors/maintainers mentioned. Should I put a disclaimer to the commit message?

nineteendo commented 2 weeks ago

No, I just meant for the pull request, as you're kind of advertising the module.

hroncok commented 2 weeks ago

Perhaps drop a note at https://discuss.python.org/t/pep-594-has-been-implemented-python-3-13-removes-20-stdlib-modules/27124 as well?

https://discuss.python.org/t/pep-594-has-been-implemented-python-3-13-removes-20-stdlib-modules/27124/14