Python 2.6 is end-of-life
Python 2.6 is end-of-life, and we should be recommending Python 2.7. This patch updates two of the three places Python 2.6 was referred to in the documentation, removing the reference to 2.6 but keeping the 2.7 reference. The final place is in the debian packages section of the install guide, which notes several issues with Python 2.7 that could now be solved. If this is the case, this entire section should probably be removed. Change-Id: I8c4043d180bc47de2afc40ce73640982f4c2f663
This commit is contained in:
parent
eb332aadf5
commit
b2227bfdd5
@ -33,7 +33,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<para>Python 2.6 or later</para>
|
||||
<para>Python 2.7 or later</para>
|
||||
</td>
|
||||
<td>
|
||||
<para>Currently, the clients do not support Python
|
||||
|
@ -116,8 +116,10 @@ Key Expires: Thu Dec 17 13:34:21 2015</programlisting>
|
||||
(also known as Debian Unstable) - the current development
|
||||
version. Backported packages run correctly on Debian Wheezy with
|
||||
one caveat:</para>
|
||||
<para>All OpenStack packages are written in Python. Wheezy uses
|
||||
Python 2.6 and 2.7, with Python 2.6 as the default interpreter;
|
||||
<para>All OpenStack packages are written in Python. All packages
|
||||
support version 2.7; porting to Python version 3 is ongoing.
|
||||
Note that Debian Wheezy uses
|
||||
Python 2.6 and 2.7, with Python 2.7 as the default interpreter;
|
||||
Sid has only Python 2.7. There is one packaging change between
|
||||
these two. In Python 2.6, you installed the
|
||||
<package>python-argparse</package> package separately. In
|
||||
|
@ -21,7 +21,8 @@
|
||||
with sudo privileges.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Python 2.6 or 2.7. The Python version must support
|
||||
<para>Python 2.7.
|
||||
The Python version must support
|
||||
Django. The Python version should run on any
|
||||
system, including Mac OS X. Installation prerequisites
|
||||
might differ by platform.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user