Ignore:
Timestamp:
11/03/2023 07:14:51 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.2, gimp3, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128
Children:
8ef3f05
Parents:
51b3a00
Message:

asciidoc: Add fix for Python 3.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/asciidoc.xml

    r51b3a00 r9ef2bd4  
    8484      <title>Installation of Asciidoc</title>
    8585
     86      <!-- https://github.com/asciidoc-py/asciidoc-py/pull/267 -->
     87      <para>
     88        Fix an issue causing thouands lines of
     89        <quote><computeroutput>invalid escape sequence</computeroutput></quote>
     90        warnings outputted when generating the documentation of some
     91        packages with Asciidoc and Python 3.12 or later:
     92      </para>
     93
     94<screen><userinput>sed "/self.separator =/s/'/r'/" -i asciidoc/asciidoc.py</userinput></screen>
     95
    8696      <para>
    8797        Build the module:
Note: See TracChangeset for help on using the changeset viewer.