|
|
|
|
|
by orf
3867 days ago
|
|
> What is useful about 'import lib; lib.re'? Nothing, but it's a side effect of an awesome feature of Python: nothing being private. Which is incredibly useful. 'lib.re' is exactly the same case as 'lib.actual_library_function', why should Python add the ability to somehow stop these from being included? It would increase complexity for no gain. |
|