Commit ef30b1e
committed
fix(re): Export re.error and other public members
This commit adds an `__all__` list to `src/stdlib/re.py` to explicitly
define the public API of the module. This ensures that `re.error`
and other key components like `match`, `compile`, `search`, `findall`,
`sub`, `CompiledRegex`, and `MatchObject` are correctly exported and
accessible via `from stdlib.re import ...`.
This addresses the issue where `re.error` was not directly importable.1 parent 641c699 commit ef30b1e
File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments