◐ Shell
clean mode source ↗

[3.12] Resolve reference warnings in faq/gui.rst (GH-108147) by miss-islington · Pull Request #108193 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

Yhg1s

merged 2 commits into

Sep 4, 2023

Conversation

(cherry picked from commit 8f3d09b)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>

@hugovk

New error:

Doc/faq/gui.rst
  54: c:func reference target not found: Tclsam_init

@Yhg1s

Is anyone looking at the error?

@hugovk

Thanks for the reminder.

I've pushed a commit to ignore the warning for this one. The reason we didn't get it for main is because it was removed in #104902 for 3.13.

That's also a reason why it's fine to ignore this warning, it's unlikely to be documented in the future.

Labels