Changes in / [feed564d:c74edb3]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rfeed564d rc74edb3  
    4545    appropriate for the entry or if needed the entire day's listitem.
    4646    -->
    47 
    48     <listitem>
    49       <para>2021-04-22</para>
    50       <itemizedlist>
    51         <listitem>
    52           <para>[xry111] - Revert 2772bb9c, as the proposed fix in it is
    53           rejected by Python maintainers explicitly.</para>
    54         </listitem>
    55       </itemizedlist>
    56     </listitem>
    5747
    5848    <listitem>
  • chapter08/python.xml

    rfeed564d rc74edb3  
    4242  <sect2 role="installation">
    4343    <title>Installation of Python 3</title>
     44
     45    <para>First, a header file needs to be fixed:</para>
     46
     47<screen><userinput remap="pre">sed 's|cpython/||' -i Include/cpython/pystate.h</userinput></screen>
    4448
    4549    <para>Prepare Python for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.