Skip to content
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

Use a more robust method to improve our ModuleNotFound errors #3263

Merged
merged 5 commits into from
Dec 13, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update changelog
  • Loading branch information
hoodmane committed Nov 16, 2022
commit 979e7e9930192c19fac689596acd52bd1f20ea18
2 changes: 1 addition & 1 deletion docs/project/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ substitutions:

- {{ Enhancement }} Pyodide now shows more helpful error messages when
importing packages that are included in Pyodide fails.
{pr}`3137`
{pr}`3137`, {pr}`3263`

- {{ Enhancement }} A `JsProxy` of a function now has a `__get__` descriptor
method, so it's possible to use a JavaScript function as a Python method. When
Expand Down