Updated to Python-2.5

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6669 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2007-03-17 16:58:53 +00:00
parent 3e74bafefc
commit f522e9a259
3 changed files with 23 additions and 14 deletions

View File

@ -3,7 +3,7 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "16"> <!-- Always 2 digits -->
<!ENTITY day "17"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2007">
<!ENTITY version "svn-&year;&month;&day;">
@ -194,7 +194,7 @@ $Date$
<!ENTITY NASM-version "0.98.39">
<!ENTITY pdl-version "2.4.2">
<!ENTITY php-version "5.1.4">
<!ENTITY Python-version "2.4.4">
<!ENTITY Python-version "2.5">
<!ENTITY pyxml-version "0.8.4">
<!ENTITY ruby-version "1.8.5">
<!ENTITY tcl-version "8.4.14">

View File

@ -6,10 +6,10 @@
<!ENTITY python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2">
<!ENTITY python-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/Python-&Python-version;.tar.bz2">
<!ENTITY python-md5sum "0ba90c79175c017101100ebf5978e906">
<!ENTITY python-size "7.8 MB">
<!ENTITY python-buildsize "110 MB">
<!ENTITY python-time "1.0 SBU (additional 2.6 SBU to run the test suite)">
<!ENTITY python-md5sum "ddb7401e711354ca83b7842b733825a3">
<!ENTITY python-size "9.3 MB">
<!ENTITY python-buildsize "157 MB">
<!ENTITY python-time "1.1 SBU (additional 2.8 SBU to run the test suite)">
]>
<sect1 id="python" xreflabel="Python-&Python-version;">
@ -113,11 +113,11 @@ make</userinput></screen>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>pydoc, python, python2.4, smtpd.py, and optionally if
<seg>pydoc, python, python2.5, smtpd.py, and optionally if
<application>Tk</application> is installed, idle</seg>
<seg>libpython2.4.so and numerous modules installed in
/usr/lib/python2.4/lib-dynload</seg>
<seg>/usr/include/python2.4 and /usr/lib/python2.4</seg>
<seg>libpython2.5.so and numerous modules installed in
/usr/lib/python2.5/lib-dynload</seg>
<seg>/usr/include/python2.5 and /usr/lib/python2.5</seg>
</seglistitem>
</segmentedlist>
@ -159,13 +159,13 @@ make</userinput></screen>
</listitem>
</varlistentry>
<varlistentry id="python2.4">
<term><command>python2.4</command></term>
<varlistentry id="python2.5">
<term><command>python2.5</command></term>
<listitem>
<para>is a version-specific name for the <command>python</command>
program.</para>
<indexterm zone="python python2.4">
<primary sortas="b-python2.4">python2.4</primary>
<indexterm zone="python python2.5">
<primary sortas="b-python2.5">python2.5</primary>
</indexterm>
</listitem>
</varlistentry>

View File

@ -41,6 +41,15 @@
-->
<listitem>
<para>March 17th, 2007</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to Python-2.5.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>March 16th, 2007</para>
<itemizedlist>