| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Could you also configure pre-commit? https://devguide.python.org/getting-started/setup-building/#install-pre-commit
|
Sorry, something went wrong.
There was a problem hiding this comment.
Thanks, this looks good. Could you add an entry to the What's New for 3.13? This is arguably a change to the language semantics.
Sorry, something went wrong.
|
Got it. |
Sorry, something went wrong.
|
@thatbirdguythatuknownot thanks! One piece of feedback: please avoid force-pushing to a PR branch, as it makes review somewhat harder. Just push a new commit and we'll squash them on merge. To update the PR branch with new commits from main, either click the "Update branch" button in GitHub or run git merge upstream/main (or whatever your remote is called) locally. |
Sorry, something went wrong.
|
Okay. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Add checking for the number of dots before the module name alongside __future__ name checks in Python/future.c and Python/compile.c. Basically makes a __future__ import only be considered one when no dots are present before the module name.