Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/python.xml

    ra600e72 r8a9d779  
    9090    automatically re-run failed tests.  If a test failed but then passed
    9191    when re-run, it should be considered as passed.</para>
    92 
    93     <!-- https://github.com/python/cpython/pull/120227
    94          The typical page size of LoongArch Linux is 16 KiB so this issu
    95          can be triggered.  -->
    96     <para>One test named <literal>test.test_asyncio.test_sendfile</literal>
    97     is known to fail depending on the version and configuration of the host
    98     kernel.</para>
    9992
    10093    <para>Install the package:</para>
     
    171164tar --no-same-owner \
    172165    -xvf ../python-&python-version;-docs-html.tar.bz2
    173 cp -R --no-preserve=mode python-&python-version;-docs-html/* \
     166cp -R --no-preserve=mode python-&python-minor;-docs-html/* \
    174167    /usr/share/doc/python-&python-version;/html</userinput></screen>
    175168
Note: See TracChangeset for help on using the changeset viewer.