Ignore:
Timestamp:
06/12/2020 04:40:07 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
26fec27
Parents:
ea7ec72
Message:

Mostly text updates in Chapter 8.
There are a couple of minor command changes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    rea7ec72 r6a156bab  
    2626    <para>The Python 3 package contains the Python development environment. It
    2727    is useful for object-oriented programming, writing scripts, prototyping
    28     large programs or developing entire applications.</para>
     28    large programs, or developing entire applications.</para>
    2929
    3030    <segmentedlist>
     
    8585
    8686    <para>To test the results, issue <command>make test</command>.
    87     Some tests requiring network connection or additional packages are
     87    Some tests requiring a network connection or additional packages are
    8888    skipped.  The test named test_normalization fails because network
    8989    configuration is not completed yet.  For more comprehensive results,
     
    171171            is a <application>Python</application> program that reads
    172172            <application>Python 2.x</application> source code and applies a
    173             series of fixes to transform it into valid
    174             <application>Python 3.x</application> code.
     173            series of fixes to transform it into
     174            valid <application>Python 3.x</application> code.
    175175          </para>
    176176          <indexterm zone="ch-system-Python">
     
    232232        </listitem>
    233233      </varlistentry>
    234 <!--
    235       <varlistentry id="pyvenv">
    236         <term><command>pyvenv</command></term>
    237         <listitem>
    238           <para>
    239             creates virtual <application>Python</application> environments in
    240             one or more target directories.
    241           </para>
    242           <indexterm zone="ch-system-Python">
    243             <primary sortas="b-pyvenv">pyvenv</primary>
    244           </indexterm>
    245         </listitem>
    246       </varlistentry>
    247 -->
     234
    248235    </variablelist>
    249236
Note: See TracChangeset for help on using the changeset viewer.