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 David.Benjamin, jcea, lemburg, pitrou, python-dev, vstinner
Date 2012-10-05.07:18:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaVJbT-QdPOkVHuggK7jCesT9613ePXqhwZSEYUiJp3dQ@mail.gmail.com>
In-reply-to <CAMpsgwauHu15f--Y3A9tFudc0=fLTTzUEb=6EOurpy0hQ=Hocg@mail.gmail.com>
Content
> You can use subprocess in platform for Python 2.7, but only if
> it's available. Otherwise the module must fall back to the
> portable popen() that comes with the platform module.

Marc-Andre: I still don't understand why you want to run platform.py
of Python 2.7 on older Python version? How does it happen? I expected
Python 2.3 to use its own version of platform.py.
History
Date User Action Args
2012-10-05 07:18:03vstinnersetrecipients: + vstinner, lemburg, jcea, pitrou, python-dev, David.Benjamin
2012-10-05 07:18:03vstinnerlinkissue16112 messages
2012-10-05 07:18:02vstinnercreate