File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ Features and minimum versions required to build CPython:
2424
2525To build optional modules:
2626
27- * `` libbz2 `` for the :mod: `bz2 ` module.
27+ * `libbz2 < https://sourceware.org/bzip2/ >`_ for the :mod: `bz2 ` module.
2828
2929* `libb2 <https://github.com/BLAKE2/libb2 >`_ (:ref: `BLAKE2 <hashlib-blake2 >`),
3030 used by :mod: `hashlib ` module.
3131
32- * `libedit <https://www.thrysoee.dk/editline/ >`_ and
32+ * `libedit <https://www.thrysoee.dk/editline/ >`_ or
3333 `libreadline <https://tiswww.case.edu/php/chet/readline/rltop.html >`_
3434 for the :mod: `readline ` module.
3535
@@ -42,10 +42,10 @@ To build optional modules:
4242 for the :mod: `decimal ` module.
4343
4444* ``libncurses `` or ``libncursesw ``,
45- for the :mod: `curses ` module.
45+ for the :mod: `curses ` module.
4646
4747* ``libpanel `` or ``libpanelw ``,
48- for the :mod: `curses.panel ` module.
48+ for the :mod: `curses.panel ` module.
4949
5050* `libuuid <https://linux.die.net/man/3/libuuid >`_, for the :mod: `uuid ` module.
5151
You can’t perform that action at this time.
0 commit comments