]> granicus.if.org Git - python/commit
bpo-30871: pythoninfo: more sys, os, time data (#3130)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 18 Aug 2017 10:08:47 +0000 (12:08 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2017 10:08:47 +0000 (12:08 +0200)
commitad7eaed54382b346784e51a6f0122ce81e8842b5
treef9c1b2b34b2aa563c1817d6936de0cee3e10aec6
parenta3a01a2fceab2188b282ab9911f79c99a4c32273
bpo-30871: pythoninfo: more sys, os, time data (#3130)

* bpo-30871: pythoninfo: more sys, os, time data

PythonInfo now converts types other than intger to string by default.

* fix typo
Lib/test/pythoninfo.py