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 tucked
Recipients tucked
Date 2020-05-08.20:02:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
https://github.com/python/cpython/commit/518835f3354d6672e61c9f52348c1e4a2533ea00#diff-47c8e5750258a08a6dd9de3e9c3774acL741-R804

That diff changed len(platform.uname()) to 5 (from 6).

I noticed because we have some code that checks for 6 strs (arguably unnecessary),
but I can also think of contrived examples that would break (e.g. platform.uname()[-3]).
Interestingly, platform.uname()[5] still works.

Was this effect intentional?
History
Date User Action Args
2020-05-08 20:02:20tuckedsetrecipients: + tucked
2020-05-08 20:02:20tuckedsetmessageid: <[email protected]>
2020-05-08 20:02:20tuckedlinkissue40570 messages
2020-05-08 20:02:20tuckedcreate