Skip to content

Replace py.std.<module> with traditional imports #592

Closed
@obestwalter

Description

@obestwalter

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.

Metadata

Metadata

Labels

level:easyrought estimate that this might be quite easy to implementtype:internalshould have no impact on the user (refactoring, infrastructure, tools, etc.)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions