Skip to content

Conversation

donBarbos
Copy link
Contributor

While reading documentation about Tk data types, I noticed that the value fill is listed as allowed for justify type, whereas the Tcl manpage does not mention it. I might be missing something, but it seems like this value should apply to the justify argument. Could this be a documentation error, or have I misunderstood something?

@donBarbos donBarbos marked this pull request as draft August 23, 2025 12:40
@donBarbos donBarbos marked this pull request as ready for review August 23, 2025 12:42

This comment has been minimized.

This comment has been minimized.

@Akuli
Copy link
Collaborator

Akuli commented Aug 27, 2025

With the removal of all the type aliases, this PR has become quite large.

Could you make separate pull requests of removing all the type aliases? This way, if removing some type alias causes a problem for someone, we can simply revert one removal PR instead of trying to revert parts of a big PR. It would also be easier to review.

This comment has been minimized.

@donBarbos donBarbos changed the title [tkinter] Small improvements [tkinter] Annotate several functions Aug 31, 2025
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

Copy link
Collaborator

@Akuli Akuli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Akuli Akuli merged commit 29c69fe into python:main Sep 16, 2025
63 checks passed
donBarbos added a commit to donBarbos/typeshed that referenced this pull request Sep 18, 2025
Inspired by python#14631 (comment)

I only got rid of some of the aliases (the simplest ones) to make sure that others supported this action and to test the functionality of this idea.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants