Changeset 99b29a4


Ignore:
Timestamp:
06/18/2004 05:31:51 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
03b7624
Parents:
39373956
Message:

updated to Python-2.3.4

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2339 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r39373956 r99b29a4  
    107107                                     
    108108<!-- Chapter 12 -->                 
    109 <!ENTITY Python-version               "2.3.3">
     109<!ENTITY Python-version               "2.3.4">
    110110<!ENTITY Gtk-Perl-version             "0.7009">
    111111<!ENTITY PDL-version                  "2.4.0">
  • general/prog/python.xml

    r39373956 r99b29a4  
    77<!ENTITY Python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2">
    88<!ENTITY Python-download-ftp "ftp://ftp.python.org/pub/python/&Python-version;/Python-&Python-version;.tar.bz2">
    9 <!ENTITY Python-size "6.9 MB">
    10 <!ENTITY Python-buildsize "69 MB">
     9<!ENTITY Python-size "7.2 MB">
     10<!ENTITY Python-buildsize "133 MB">
    1111<!ENTITY Python-time "1.25 SBU">
    1212
     
    5454<title>Installation of <application>Python</application></title>
    5555                                                                               
    56 <para>Install <application>Python</application> by running the following commands:</para>
     56<para>Install <application>Python</application> by running the following
     57commands:</para>
    5758                                                                               
    5859<screen><userinput><command>patch -Np1 -i ../Python-&Python-version;-gdbm-2.patch &amp;&amp;
     
    6465
    6566<sect2>
     67<title>Command explanations</title>
     68
     69<para><option>--with-libm=-lgmp</option>: Use this switch to enable
     70<application>Python</application> to use the <application>GMP</application>
     71math library.</para>
     72
     73</sect2>
     74
     75<sect2>
    6676<title>Contents</title>
    6777                                                                               
    68 <para>The <application>Python</application> package contains <command>python</command> and
    69 <command>pydoc</command>.</para>
     78<para>The <application>Python</application> package contains
     79<command>python</command>, <command>pydoc</command> and
     80<application>Python</application> libraries, modules and scripts. If
     81<application>Tk</application> is installed, <command>idle</command> will
     82be built.</para>
    7083                                                                               
    7184</sect2>
     
    7487                                                                               
    7588<sect3><title>python</title>
    76 <para><command>python</command> is an interpreted, interactive, object-oriented programming
    77 language.</para></sect3>
     89<para><command>python</command> is an interpreted, interactive,
     90object-oriented programming language.</para></sect3>
    7891                                                                               
    7992<sect3><title>pydoc</title>
    80 <para><command>pydoc</command> is the <application>Python</application> documentation tool.</para></sect3>
     93<para><command>pydoc</command> is the <application>Python</application>
     94documentation tool.</para></sect3>
     95                                                                               
     96<sect3><title>idle</title>
     97<para><command>idle</command> is a <application>Python</application>
     98aware <acronym>GUI</acronym> editor.</para></sect3>
    8199                                                                               
    82100</sect2>
  • introduction/welcome/changelog.xml

    r39373956 r99b29a4  
    1818
    1919<itemizedlist>
     20
     21<listitem><para>June 17th, 2004 [randy]: updated to Python-2.3.4.</para></listitem>
    2022
    2123<listitem><para>June 17th, 2004 [randy]: replaced all non-breaking spaces
Note: See TracChangeset for help on using the changeset viewer.