@@ -21,17 +21,13 @@ Features and minimum versions required to build CPython:
2121 <https://en.wikipedia.org/wiki/NaN#Floating_point> `_.
2222
2323* Support for threads.
24-
24+ abcdefghijklmnopq r stuvwxyz
2525To build optional modules:
2626
2727* `libbz2 <https://sourceware.org/bzip2/ >`_ for the :mod: `bz2 ` module.
2828
2929* `libb2 <https://github.com/BLAKE2/libb2 >`_ (:ref: `BLAKE2 <hashlib-blake2 >`),
30- used by :mod: `hashlib ` module.
31-
32- * `libedit <https://www.thrysoee.dk/editline/ >`_ or
33- `libreadline <https://tiswww.case.edu/php/chet/readline/rltop.html >`_
34- for the :mod: `readline ` module.
30+ used by :mod: `hashlib ` module.
3531
3632* `libffi <https://sourceware.org/libffi/ >`_ 3.3.0 is the recommended
3733 minimum version for the :mod: `ctypes ` module.
@@ -47,14 +43,19 @@ To build optional modules:
4743* ``libpanel `` or ``libpanelw ``,
4844 for the :mod: `curses.panel ` module.
4945
46+ * `libreadline <https://tiswww.case.edu/php/chet/readline/rltop.html >`_ or
47+ `libedit <https://www.thrysoee.dk/editline/ >`_
48+ for the :mod: `readline ` module.
49+
5050* `libuuid <https://linux.die.net/man/3/libuuid >`_, for the :mod: `uuid ` module.
5151
52- * OpenSSL 1.1.1 is the minimum version and OpenSSL 3.0.18 is the recommended
53- minimum version for the :mod: `ssl ` and :mod: `hashlib ` extension modules.
52+ * `OpenSSL <https://www.openssl.org/ >`_ 1.1.1 is the minimum version and
53+ OpenSSL 3.0.18 is the recommended minimum version for the
54+ :mod: `ssl ` and :mod: `hashlib ` extension modules.
5455
55- * SQLite 3.15.2 for the :mod: `sqlite3 ` extension module.
56+ * ` SQLite < https://sqlite.org/ >`_ 3.15.2 for the :mod: `sqlite3 ` extension module.
5657
57- * Tcl/Tk 8.5.12 for the :mod: `tkinter ` module.
58+ * ` Tcl/Tk < https://www.tcl-lang.org/ >`_ 8.5.12 for the :mod: `tkinter ` module.
5859
5960* `zlib <https://www.zlib.net >`_ 1.1.4 is the reccomended minimum version for the
6061 :mod: `zlib ` module.
0 commit comments