Bug 1536013 Comment 6 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Information displayed when running mozinfo on Lenovo Yoga:
"
C:\Users\svuser>mozinfo
os: win
processor: ARM64
version: 10.0.17134
os_version: 10.0
bits: 32
has_sandbox: True
webrender: False
automation: False
service_pack:
"

Information displayed when the commands in comment 3 are being ran:
"
C:\Users\svuser>python
Python 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 22:20:52) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.architecture()
('32bit', 'WindowsPE')
>>> import mozinfo
>>> mozinfo.bits
32
>>> mozinfo.processor
'ARM64'
"
Information displayed when running mozinfo on Lenovo Yoga:
"
C:\Users\svuser>mozinfo
os: win
processor: ARM64
version: 10.0.17134
os_version: 10.0
bits: 32
has_sandbox: True
webrender: False
automation: False
service_pack:
"

Information displayed when the commands in comment 3 are being ran:
"
    >>> import platform
    >>> platform.architecture()
    ('32bit', 'WindowsPE')
    >>> import mozinfo
    >>> mozinfo.bits
    32
    >>> mozinfo.processor
    'ARM64'
"

Back to Bug 1536013 Comment 6