Ignore:
Timestamp:
02/20/2021 06:34:19 AM (3 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
f83b2fd
Parents:
4bda698
Message:

Merge changes from trunk to multilib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    r4bda698 refa633e  
    8989
    9090    <para>Some tests requiring a network connection or additional packages are
    91     skipped.  The test named test_unicodedata fails because network
    92     configuration is not completed yet.  For more comprehensive results,
    93     the test can be rerun when Python 3 is reinstalled in BLFS.</para>
     91    skipped. The test named test_normalization is known to fail. For
     92    more comprehensive results, the tests can be rerun when Python 3 is
     93    reinstalled in BLFS.</para>
    9494
    9595    <para>Install the package:</para>
     
    159159            <application>Python 2.x</application> source code and applies a
    160160            series of fixes to transform it into
    161             valid <application>Python 3.x</application> code.
     161            valid <application>Python 3.x</application> code
    162162          </para>
    163163          <indexterm zone="ch-system-Python">
     
    174174            aware GUI editor. For this script to run, you must have installed
    175175            <application>Tk</application> before Python so that the Tkinter
    176             Python module is built.
     176            Python module is built
    177177          </para>
    178178          <indexterm zone="ch-system-Python">
     
    187187          <para>
    188188            The package installer for Python. You can use pip to install
    189             packages from Python Package Index and other indexes.
     189            packages from Python Package Index and other indexes
    190190          </para>
    191191          <indexterm zone="ch-system-Python">
     
    199199        <listitem>
    200200          <para>
    201             is the <application>Python</application> documentation tool.
     201            is the <application>Python</application> documentation tool
    202202          </para>
    203203          <indexterm zone="ch-system-Python">
     
    212212          <para>
    213213            is an interpreted, interactive, object-oriented programming
    214             language.
     214            language
    215215          </para>
    216216          <indexterm zone="ch-system-Python">
Note: See TracChangeset for help on using the changeset viewer.