8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a88f27 commit 4ac44feCopy full SHA for 4ac44fe
CHANGELOG.md
@@ -44,6 +44,7 @@ details about the cause of the failure
44
- Made it possible to call `ToString`, `GetHashCode`, and `GetType` on inteface objects
45
- Fixed objects returned by enumerating `PyObject` being disposed too soon
46
- Incorrectly using a non-generic type with type parameters now produces a helpful Python error instead of throwing NullReferenceException
47
+- `import` may now raise errors with more detail than "No module named X"
48
49
### Removed
50
0 commit comments