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 jaraco
Recipients jaraco, lemburg
Date 2020-05-09.14:33:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589034787.12.0.965523290558.issue40578@roundup.psfhosted.org>
In-reply-to
Content
In https://github.com/jaraco/cpython/tree/bc73729eb9, I started drafting a proposed implementation to address this concern, but ran into a snag - the tests immediately reveal that `tuple(platform.uname())` invokes `__len__`, triggering the deprecation warning... so deprecating it while supporting `tuple(result)` may not be possible.
History
Date User Action Args
2020-05-09 14:33:07jaracosetrecipients: + jaraco, lemburg
2020-05-09 14:33:07jaracosetmessageid: <1589034787.12.0.965523290558.issue40578@roundup.psfhosted.org>
2020-05-09 14:33:07jaracolinkissue40578 messages
2020-05-09 14:33:07jaracocreate