diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter08/python.xml | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e2f199f3b..2e7325eb3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,16 @@ --> <listitem> + <para>2021-04-22</para> + <itemizedlist> + <listitem> + <para>[xry111] - Revert 2772bb9c, as the proposed fix in it is + rejected by Python maintainers explicitly.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2021-04-06</para> <itemizedlist> <listitem> diff --git a/chapter08/python.xml b/chapter08/python.xml index 27384e94c..b71822b9b 100644 --- a/chapter08/python.xml +++ b/chapter08/python.xml @@ -42,10 +42,6 @@ <sect2 role="installation"> <title>Installation of Python 3</title> - <para>First, a header file needs to be fixed:</para> - -<screen><userinput remap="pre">sed 's|cpython/||' -i Include/cpython/pystate.h</userinput></screen> - <para>Prepare Python for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |