Closed
Description
py.std. is handy if you know your way around the stdlib and want to have all modules at your fingertips (when e.g. prototyping or hacking something together).
From the viewpoint of making it easier for new contributors this is another abstraction to be learned. It also trips up IDEs like PyCharm, loosing all the perks of static code analysis and code completion.
Thereofore I would like to replace the remainung (16) occurrences of that with the traditional way of using stdlib modules, via importing them directly.