File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -853,7 +853,7 @@ Libraries options
853853
854854.. option :: --with-libmpdec
855855
856- Whether build the ``_decimal `` extension module.
856+ Whether to build the ``_decimal `` extension module.
857857
858858 .. versionadded :: next
859859
Original file line number Diff line number Diff line change @@ -254,11 +254,11 @@ that may require changes to your code.
254254Build changes
255255=============
256256
257- * Removed implicit fallback to the buildled copy of the ``libmpdec `` library.
257+ * Removed implicit fallback to the bundled copy of the ``libmpdec `` library.
258258 Now this should be explicitly enabled with :option: `--with-system-libmpdec `
259259 set to ``no `` or with :option: `!--without-system-libmpdec `.
260- The :option: `!--without-libmpdec ` should be used to permit building of
261- the CPython without the ``_decimal `` module.
260+ The :option: `!--without-libmpdec ` should be used to permit building
261+ CPython without the ``_decimal `` module.
262262 (Contributed by Sergey B Kirpichev in :gh: `115119 `.)
263263
264264
Original file line number Diff line number Diff line change 1- Removed implicit fallback to the buildled copy of the ``libmpdec `` library.
2- Now this should be explicitly enabled with :option: `--with-system-libmpdec `
3- set to ``no `` or with :option: `!--without-system-libmpdec `. Patch by Sergey
1+ Removed implicit fallback to the bundled copy of the ``libmpdec `` library.
2+ Now this should be explicitly enabled via :option: `--with-system-libmpdec `
3+ set to ``no `` or :option: `!--without-system-libmpdec `. Patch by Sergey
44B Kirpichev.
You can’t perform that action at this time.
0 commit comments