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 Orbital
Recipients Orbital, bugale bugale, corona10, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-03-02.14:25:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614695134.64.0.275564743591.issue43284@roundup.psfhosted.org>
In-reply-to
Content
Running `platform.platform()` on Windows 10 21H1 results in the build number 19041:

Python 3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:18:16) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.platform()
'Windows-10-10.0.19041-SP0'
This is incorrect, the correct build number is 19043.
History
Date User Action Args
2021-03-02 14:25:34Orbitalsetrecipients: + Orbital, paul.moore, tim.golden, zach.ware, steve.dower, corona10, bugale bugale
2021-03-02 14:25:34Orbitalsetmessageid: <1614695134.64.0.275564743591.issue43284@roundup.psfhosted.org>
2021-03-02 14:25:34Orbitallinkissue43284 messages
2021-03-02 14:25:34Orbitalcreate