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 serhiy.storchaka
Recipients Antony.Lee, brett.cannon, eryksun, ethan.furman, serhiy.storchaka, vstinner
Date 2020-01-27.21:02:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580158965.64.0.163977786754.issue39461@roundup.psfhosted.org>
In-reply-to
Content
Path-like objects are now unintentionally accepted for many non-path things, like hostname in socket.sethostname() and username in os.initgroups(). I also think it was a mistake, and we should not make new mistakes.
History
Date User Action Args
2020-01-27 21:02:45serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, vstinner, ethan.furman, Antony.Lee, eryksun
2020-01-27 21:02:45serhiy.storchakasetmessageid: <1580158965.64.0.163977786754.issue39461@roundup.psfhosted.org>
2020-01-27 21:02:45serhiy.storchakalinkissue39461 messages
2020-01-27 21:02:45serhiy.storchakacreate