This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2018-11-29.01:42:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543455759.08.0.788709270274.issue35346@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-11-29 01:42:39vstinnersetrecipients: + vstinner
2018-11-29 01:42:39vstinnersetmessageid: <1543455759.08.0.788709270274.issue35346@psf.upfronthosting.co.za>
2018-11-29 01:42:38vstinnerlinkissue35346 messages
2018-11-29 01:42:37vstinnercreate