Ignore:
Timestamp:
03/31/2021 10:41:39 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
7610848
Parents:
811b5a39
git-author:
Thomas Trepl <thomas@…> (06/29/2020 07:55:01 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:39 AM)
Message:

Update to new lfs structure

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    r811b5a39 r6dfcfecc  
    1818
    1919  <indexterm zone="ch-system-Python">
    20     <primary sortas="a-python">python</primary>
     20    <primary sortas="a-Python">Python</primary>
    2121  </indexterm>
    2222
     
    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>
     
    3333
    3434      <seglistitem>
    35         <seg>&python-ch6-sbu;</seg>
    36         <seg>&python-ch6-du;</seg>
     35        <seg>&python-fin-sbu;</seg>
     36        <seg>&python-fin-du;</seg>
    3737      </seglistitem>
    3838    </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.