| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| # types | ||
| Command = commands.Command | ||
| if False: | ||
| from .types import Callback, SimpleContextManager, KeySpec, CommandName |
There was a problem hiding this comment.
note: these two aren't used
Sorry, something went wrong.
|
I'd think this PR can skip news |
Sorry, something went wrong.
|
@ambv beat me to it, thanks for the fix 🙂 I'll update the issue to more clearly encompass all of PyREPL instead of just the keymap module. Thanks for the feedback, let me know if you had any other requested changes! |
Sorry, something went wrong.
|
Thanks @eugenetriguba for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
|
Sorry, @eugenetriguba and @ambv, I could not cleanly backport this to 3.13 due to a conflict. cherry_picker 73ab83b27f105a4509046ce26e35f20d66625195 3.13 |
Sorry, something went wrong.
…ythonGH-119358) (cherry picked from commit 73ab83b) Co-authored-by: Eugene Triguba <eugenetriguba@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
GH-119414 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
…#119358) Co-authored-by: Łukasz Langa <lukasz@langa.pl>
| Back | FazBrowse Home | New Git URL |
This PR adds a few test cases to the keymap module tests to increase the coverage.