Ignore:
Timestamp:
09/06/2021 05:42:49 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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:
fef4473
Parents:
7999839
Message:

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python2.xml

    r7999839 r8558044  
    4343    <note>
    4444      <para>
    45         Python2 has been deprecated by the upstream developers. 
    46         Support for Python2 was discontinued on January 1st, 2020. 
     45        Python2 has been deprecated by the upstream developers.
     46        Support for Python2 was discontinued on January 1st, 2020.
    4747      </para>
    48        
     48
    4949      <para>
    5050        BLFS is attempting to use Python3 as much as possible, but some
     
    136136    <caution>
    137137      <para>
    138         After installing this package or 
     138        After installing this package or
    139139        updating <application>pip2</application> with the command
    140140        <command>pip2 install - -upgrade pip</command>, it will remove
    141         <application>pip3</application> installed in LFS. To reset 
     141        <application>pip3</application> installed in LFS. To reset
    142142        <application>pip</application> and <application>pip3</application>,
    143143        run, as the <systemitem class="username">root</systemitem> user:
     
    148148-->
    149149    <para>
    150       First, disable the installation of a script that overwrites a more 
     150      First, disable the installation of a script that overwrites a more
    151151      recent script:
    152152    </para>
     
    215215    <para>
    216216      <parameter>--with-system-ffi</parameter>: This switch enables linking
    217       against system version of <application>libffi</application>. 
     217      against system version of <application>libffi</application>.
    218218    </para>
    219219
     
    238238
    239239    <para>
    240       <command>make altinstall</command>: This make target omits some default 
     240      <command>make altinstall</command>: This make target omits some default
    241241      symbolic links that may interfere with Python 3.
    242242    </para>
     
    272272      <seglistitem>
    273273        <seg>
    274           pydoc, 
    275           python2 (symlink), 
     274          pydoc,
     275          python2 (symlink),
    276276          python2-config (symlink),
    277           python&python2-majorver;, 
     277          python&python2-majorver;,
    278278          python&python2-majorver;-config,
    279           smtpd.py, and 
     279          smtpd.py, and
    280280          idle
    281281        </seg>
Note: See TracChangeset for help on using the changeset viewer.