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 martin.panter
Recipients Alex.Willmer, martin.panter, xdegaye
Date 2016-11-01.01:23:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477963440.25.0.380595304901.issue28542@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding 2.7, I guess it depends on your definition of “support”. People have been cross-compiling Python 2.7 longer than I have been working on Python. In the past I have tried to apply cross compilation fixes to 2.7. But if you are only confident about 3.6, let’s just stick with that for the moment.

FWIW, DESTDIR, --prefix, etc are not specific to cross compilation or Android. DESTDIR is also useful when building a package/tarball or whatever, rather than installing directly. And --prefix would be useful if you don’t have root access and want to install to $HOME or somewhere. These settings are mentioned in the 2.7 README, but it looks like Guido trimmed them out for Python 3.0 (revision 07d67a9725a7).
History
Date User Action Args
2016-11-01 01:24:00martin.pantersetrecipients: + martin.panter, xdegaye, Alex.Willmer
2016-11-01 01:24:00martin.pantersetmessageid: <1477963440.25.0.380595304901.issue28542@psf.upfronthosting.co.za>
2016-11-01 01:24:00martin.panterlinkissue28542 messages
2016-11-01 01:23:58martin.pantercreate