[New-bugs-announce] [issue35346] Modernize Lib/platform.py code

STINNER Victor report at bugs.python.org
Wed Nov 28 20:42:39 EST 2018


New submission from STINNER Victor <vstinner at redhat.com>:

Lib/platform.py still contains code to support Python 2.3. It's maybe time to modernize it.

platform imports subprocess since commit fc990e942fb55be78e8352f4913749e91cac381d. The two calls to os.popen() can now be replaced with subprocess.Popen.

----------
components: Library (Lib)
messages: 330657
nosy: vstinner
priority: normal
severity: normal
status: open
title: Modernize Lib/platform.py code
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35346>
_______________________________________


More information about the New-bugs-announce mailing list