| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
When no module completions are available, do not fallback to completions from current namespace
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead. |
Sorry, something went wrong.
There was a problem hiding this comment.
Nice! Overall approach looks good, I just have some nitpicks 🙂
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
|
Thanks @loic-simon for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, something went wrong.
…r completion (pythongh-134181) (cherry picked from commit 0e3bc96) Co-authored-by: Loïc Simon <loic.pano@gmail.com> Co-authored-by: Loïc Simon <loic.simon@napta.io>
|
GH-134680 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
…r completion (pythongh-134181) Co-authored-by: Loïc Simon <loic.simon@napta.io>
…r completion (pythongh-134181) Co-authored-by: Loïc Simon <loic.simon@napta.io>
…r completion (pythongh-134181) Co-authored-by: Loïc Simon <loic.simon@napta.io>
| Back | FazBrowse Home | New Git URL |
When no module completions are available, do not fallback on completions from current namespace, as there are not relevant.
Before:
After:
cc @tomasr8