Victor Stinner
a92941ff12
pythoninfo: ignore OSError(ENOSYS) on getrandom() ( #3655 )
2017-09-19 07:37:24 -07:00
Victor Stinner
ad7eaed543
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
2017-08-18 12:08:47 +02:00
Victor Stinner
f6ebd838f0
bpo-30871: pythoninfo: add expat and _decimal ( #3121 )
...
* bpo-30871: pythoninfo: add expat and _decimal
* Remove _decimal.__version__
The string is hardcoded, not really interesting.
2017-08-17 22:13:11 +02:00
Victor Stinner
b907abc885
bpo-30871: Add test.pythoninfo ( #3075 )
...
* Add Lib/test/pythoninfo.py: script collecting various informations
about Python to help debugging test failures.
* regrtest: remove sys.hash_info and sys.flags from header.
* Travis CI, Appveyor: run pythoninfo before tests
2017-08-17 16:40:51 +02:00