Y
Hacker News
new
|
ask
|
show
|
jobs
by
poincaredisk
437 days ago
How do you imagine importing modules by version in the code? Something like "import requests version 2.0.3"? This sounds awful when you accidentally import the same module in two different versions and chaos ensures.
1 comments
_factor
437 days ago
Import latest where signed by a trusted authority.
link