mirror of
https://github.com/python/cpython.git
synced 2026-03-06 13:00:50 +00:00
bpo-33717: set terse to True when calling platform.platform in test.pythoninfo (GH-7797) (GH-7802)
(cherry picked from commit 71ca738f4c)
Co-authored-by: Xiang Zhang <angwerzx@126.com>
This commit is contained in:
parent
fe8122d7b7
commit
6aa283a603
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