-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-95731: Fix module docstring extraction in pygettext #95732
gh-95731: Fix module docstring extraction in pygettext #95732
Conversation
I'm unsure whether it's supposed to be like this but the test run on GitHub Actions doesn't run tests in |
Misc/NEWS.d/next/Tools-Demos/2022-08-05-23-25-59.gh-issue-95731.N2KohU.rst
Outdated
Show resolved
Hide resolved
Thanks @jack1142 for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-98281 is a backport of this pull request to the 3.11 branch. |
GH-98282 is a backport of this pull request to the 3.10 branch. |
I added module docstrings tests and fixed the issue.
pygettext --docstrings
doesn't actually extract module docstring due to tokenize returning ENCODING token #95731