mirror of
https://github.com/python/cpython.git
synced 2026-04-23 12:21:01 +00:00
set terse to True when calling platform.platform in test.pythoninfo (GH-7797)
This commit is contained in:
parent
13c79c677f
commit
71ca738f4c
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ def collect_platform(info_add):
|
|||
info_add('platform.python_implementation',
|
||||
platform.python_implementation())
|
||||
info_add('platform.platform',
|
||||
platform.platform(aliased=True))
|
||||
platform.platform(aliased=True, terse=True))
|
||||
|
||||
|
||||
def collect_locale(info_add):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue