Changeset 9c76376


Ignore:
Timestamp:
11/05/2020 05:41:28 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fca98f3e
Parents:
dc55a72
Message:

Touch up python2 command explanations

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python2.xml

    rdc55a72 r9c76376  
    212212
    213213    <para>
    214       <parameter>--with-ensurepip=yes</parameter> : This switch enables building
     214      <parameter>--enable-unicode=ucs4</parameter>: This switch enables
     215      32bit Unicode support in <application>Python</application>.
     216    </para>
     217
     218    <para>
     219      <option>--with-ensurepip=yes</option> : This switch enables building
    215220      <command>pip</command> and <command>setuptools</command> packaging programs.
    216221      <command>setuptools</command> is needed for building some Python modules.
    217222      This switch is not recommended because this version of Python is being phased out.
    218     </para>
    219 
    220     <para>
    221       <parameter>--enable-unicode=ucs4</parameter>: This switch enables
    222       32bit Unicode support in <application>Python</application>.
    223223    </para>
    224224
Note: See TracChangeset for help on using the changeset viewer.