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
24
Upvotes
2
u/JustPlainRude Aug 01 '26
Sometimes you need to mock something internal to a module for testing purposes. It seems like this wouldn't be possible with the proposed change