Hacker News new | ask | show | jobs
by KptMarchewa 1682 days ago
Python?
2 comments

Python's packaging infrastructure is a mess, but the even the _environment_ surrounding import, let alone the module semantics, largely hasn't changed since the introduction of venv.

For all the other failings of the Python 3 migration, the Python community strongly and rightly rejected 2to3 which would've eventually produced a babelesque mess if continued.

I think you may be referring to package management rather than the import syntax of the language.