Y
Hacker News
new
|
ask
|
show
|
jobs
by
oblio
3565 days ago
This usually madness for production projects, unless you're Apple (or Microsoft in the 90s).
But I wish Python 3 did the same with its libraries.
1 comments
masklinn
3565 days ago
Python 3 did implement pretty significant library changes, though mostly organisational (namespace restructuring, merging of C accelerator modules, renamings, removal of deprecated modules, …):
https://www.python.org/dev/peps/pep-3108/
link