mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Remove all mention of Windows IA-64 support (GH-3389)
It was mostly removed long ago.
This commit is contained in:
parent
effc12f8e9
commit
49ce74efe8
13 changed files with 12 additions and 66 deletions
|
@ -172,7 +172,7 @@ def get_build_version():
|
|||
def get_build_architecture():
|
||||
"""Return the processor architecture.
|
||||
|
||||
Possible results are "Intel", "Itanium", or "AMD64".
|
||||
Possible results are "Intel" or "AMD64".
|
||||
"""
|
||||
|
||||
prefix = " bit ("
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue