diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-09-06 22:45:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 22:45:25 (GMT) |
commit | 49ce74efe845a8a91939ff3990a5f233262d3e1f (patch) | |
tree | 1a8cc8d4b43bdc3fe04d9fc4810a5830d14d43fe /Doc/library/sysconfig.rst | |
parent | effc12f8e9e20d0951d2ba5883587666bd8218e3 (diff) | |
download | cpython-49ce74efe845a8a91939ff3990a5f233262d3e1f.zip cpython-49ce74efe845a8a91939ff3990a5f233262d3e1f.tar.gz cpython-49ce74efe845a8a91939ff3990a5f233262d3e1f.tar.bz2 |
Remove all mention of Windows IA-64 support (GH-3389)
It was mostly removed long ago.
Diffstat (limited to 'Doc/library/sysconfig.rst')
-rw-r--r-- | Doc/library/sysconfig.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index 84f5646..9f549fb 100644 --- a/Doc/library/sysconfig.rst +++ b/Doc/library/sysconfig.rst @@ -186,7 +186,6 @@ Other functions Windows will return one of: - win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) - - win-ia64 (64bit Windows on Itanium) - win32 (all others - specifically, sys.platform is returned) Mac OS X can return: |