Permalink
Please
sign in to comment.
Showing
with
134 additions
and 15 deletions.
- +15 −0 Doc/library/platform.rst
- +14 −2 Lib/distutils/_msvccompiler.py
- +1 −1 Lib/distutils/spawn.py
- +1 −0 Lib/distutils/sysconfig.py
- +13 −3 Lib/distutils/util.py
- +21 −0 Lib/platform.py
- +2 −0 Lib/sysconfig.py
- +31 −1 Lib/test/test_codecs.py
- +3 −0 Lib/test/test_mimetypes.py
- +2 −1 Lib/test/test_os.py
- +2 −0 Lib/test/test_startfile.py
- +2 −1 Lib/test/test_sundry.py
- +2 −1 Lib/test/test_winreg.py
- +3 −0 Misc/NEWS.d/next/Windows/2019-04-22-16-59-20.bpo-35920.VSfGOI.rst
- +16 −0 PC/bdist_wininst/bdist_wininst.vcxproj
- +1 −1 PCbuild/build.bat
- +5 −4 PCbuild/pcbuild.sln
| @@ -0,0 +1,3 @@ | |||
| Added platform.win32_edition() and platform.win32_is_iot(). Added support | |||
| for cross-compiling packages for Windows ARM32. Skip tests that are not | |||
| expected to work on Windows IoT Core ARM32. | |||
0 comments on commit
62dfd7d