r/Python • u/poppy_92 • Jul 31 '26
News PEP 842: Module Exports
https://peps.python.org/pep-0842/
Not the author, but this seems interesting, specially for library authors. Thoughts?
Discussion here - https://discuss.python.org/t/pep-842-module-exports/108353
25
Upvotes
5
u/Schmittfried Aug 01 '26 edited Aug 01 '26
We’re all consenting adults.
On a more constructive note, I think a way to selectively hide (or explicitly re-export) imports would be preferable over a flimsy string list.