We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8122d commit 6aa283aCopy full SHA for 6aa283a
Lib/test/pythoninfo.py
@@ -142,7 +142,7 @@ def collect_platform(info_add):
142
info_add('platform.python_implementation',
143
platform.python_implementation())
144
info_add('platform.platform',
145
- platform.platform(aliased=True))
+ platform.platform(aliased=True, terse=True))
146
147
148
def collect_locale(info_add):
0 commit comments