Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(845)

Delta Between Two Patch Sets: Lib/distutils/README

Issue 3754: cross-compilation support for python build
Left Patch Set: Created 2 years, 1 month ago
Right Patch Set: Created 11 months, 2 weeks ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « Include/py_curses.h ('k') | Lib/packaging/tests/support.py » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 This directory contains the Distutils package. 1 This directory contains the Distutils package.
2 2
3 There's a full documentation available at: 3 There's a full documentation available at:
4 4
5 http://docs.python.org/distutils/ 5 http://docs.python.org/distutils/
6 6
7 The Distutils-SIG web page is also a good starting point: 7 The Distutils-SIG web page is also a good starting point:
8 8
9 http://www.python.org/sigs/distutils-sig/ 9 http://www.python.org/sigs/distutils-sig/
10 10
11 WARNING : Distutils must remain compatible with 2.3 11 WARNING : Distutils must remain compatible with 2.3
12
12 NOTE: After "Revision 77704 : taking sysconfig out of distutils" 13 NOTE: After "Revision 77704 : taking sysconfig out of distutils"
13 Distutils package is not compatible with versions before 2.7a3. 14 Distutils package is not compatible with versions before 2.7a3.
14 Although "Revision 77759 : reintroduced the names in Distutils for APIs 15 Although "Revision 77759 : reintroduced the names in Distutils for APIs
15 that were relocated"(i.e. API is backward compatibile) to cross compile 16 that were relocated"(i.e. API is backward compatibile) to cross compile
16 python on build system has to be at least version 2.7a3. 17 python on build system has to be at least version 2.7a3.
17 18
19 Another breakage is implementation of PEP 405 (Python virtual
20 environments). So since Sat May 26 03:45:29 2012 +0100,
21 code that will be in 3.3a4, distutils is no more compatible
22 with earlier versions.
23
18 $Id$ 24 $Id$
LEFTRIGHT

RSS Feeds Recent Issues | This issue
This is Rietveld cbc36f91f3f7