mitogen-hq / mitogen

Distributed self-replicating programs in Python
https://mitogen.networkgenomics.com/
BSD 3-Clause "New" or "Revised" License
2.35k stars 199 forks source link

Remove get_password_hash, unused #1146

Closed stefanor closed 1 month ago

stefanor commented 1 month ago

spwd is removed in Python 3.13. But fortunately, this function itself is never used.

Part of: #1073

moreati commented 1 month ago

refs #1073

moreati commented 1 month ago

Notes

moreati commented 1 month ago

This is just example code that is never called by anything.

Doubly so, get_password() (prev. get_password_hash()) isn't even called within its own example script.

stefanor commented 1 month ago

Let's delete it. I was assuming it was there as a demonstrative example.