File tree Expand file tree Collapse file tree
doc/api/prev_api_changes/api_changes_3.11.0 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,14 +160,6 @@ containing tuples of:
160160
161161Specifically, the glyph index was added after the character code.
162162
163- New environment variable to ignore system fonts
164- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
165-
166- System fonts may be ignored by setting the :envvar: `MPL_IGNORE_SYSTEM_FONTS `; this
167- suppresses searching for system fonts (in known directories or via some
168- platform-specific subprocess) as well as limiting the results from
169- `.FontManager.findfont `.
170-
171163SVG links open in new tab or window
172164~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
173165
Original file line number Diff line number Diff line change @@ -282,8 +282,9 @@ It is an internal helper not intended for external use.
282282``image.thumbnail ``
283283~~~~~~~~~~~~~~~~~~~
284284
285- ... is deprecated without replacement. Use :external:py: `Pillow's thumbnail method
286- <PIL.Image.Image.thumbnail> ` instead. See also the `Pillow tutorial
285+ ... is deprecated without replacement. Use :external:py:meth: `Pillow's
286+ thumbnail method <PIL.Image.Image.thumbnail> ` instead. See also the `Pillow
287+ tutorial
287288<https://pillow.readthedocs.io/en/stable/handbook/tutorial.html#create-jpeg-thumbnails> `_.
288289
289290``testing.widgets.mock_event `` and ``testing.widgets.do_event ``
You can’t perform that action at this time.
0 commit comments